24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "react-native-location",
|
|
"version": "2.5.0",
|
|
"summary": "Native GPS location support for React Native",
|
|
"description": "Native GPS location support for React Native",
|
|
"license": "MIT",
|
|
"authors": "React Native Community",
|
|
"homepage": "https://github.com/timfpark/react-native-location",
|
|
"source": {
|
|
"git": "https://github.com/timfpark/react-native-location.git",
|
|
"tag": "2.5.0"
|
|
},
|
|
"frameworks": "CoreLocation",
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|