1{
2  "name": "react-native-netinfo",
3  "version": "9.3.10",
4  "summary": "React Native Network Info API for iOS & Android",
5  "license": "MIT",
6  "authors": "Matt Oakes <[email protected]>",
7  "homepage": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
8  "platforms": {
9    "ios": "9.0",
10    "tvos": "9.2",
11    "osx": "10.14"
12  },
13  "source": {
14    "git": "https://github.com/react-native-community/react-native-netinfo.git",
15    "tag": "v9.3.10"
16  },
17  "source_files": "ios/**/*.{h,m}",
18  "dependencies": {
19    "React-Core": []
20  }
21}
22