2019-07-17 00:31:34 +03:00
|
|
|
{
|
|
|
|
"name": "react-native-netinfo",
|
2019-09-01 20:28:10 +03:00
|
|
|
"version": "4.1.5",
|
2019-07-17 00:31:34 +03:00
|
|
|
"summary": "React Native Network Info API for iOS & Android",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Matt Oakes <hello@mattoakes.net>",
|
|
|
|
"homepage": "https://github.com/react-native-community/react-native-netinfo#readme",
|
|
|
|
"platforms": {
|
2019-08-02 14:19:31 +03:00
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "9.2"
|
2019-07-17 00:31:34 +03:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/react-native-community/react-native-netinfo.git",
|
2019-09-01 20:28:10 +03:00
|
|
|
"tag": "v4.1.5"
|
2019-07-17 00:31:34 +03:00
|
|
|
},
|
|
|
|
"source_files": "ios/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|