mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
22 lines
520 B
JSON
22 lines
520 B
JSON
|
{
|
||
|
"name": "react-native-netinfo",
|
||
|
"version": "3.2.1",
|
||
|
"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": {
|
||
|
"ios": "9.0"
|
||
|
},
|
||
|
"source": {
|
||
|
"git": "https://github.com/react-native-community/react-native-netinfo.git",
|
||
|
"tag": "3.2.1"
|
||
|
},
|
||
|
"source_files": "ios/**/*.{h,m}",
|
||
|
"dependencies": {
|
||
|
"React": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|