23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"name": "RNDeviceInfo",
|
|
"version": "2.3.2",
|
|
"summary": "Get device information using react-native",
|
|
"license": "MIT",
|
|
"authors": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
|
|
"homepage": "https://github.com/react-native-community/react-native-device-info",
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"tvos": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/react-native-community/react-native-device-info.git",
|
|
"tag": "v2.3.2"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|