blob: 3fcd08cb7a444c05e3c57edc66509dfffa199790 [file] [log] [blame]
{
"name": "RNLocation",
"version": "0.0.4",
"summary": "iOS SDK for RNLocation, the location intelligence platform",
"homepage": "https://RNLocation.co",
"social_media_url": "https://twitter.com/RNLocation",
"authors": {
"RNLocation, Inc.": "ravikanth@geospark.co"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ravikanth-tummala/RNLocation.git",
"tag": "0.0.4"
},
"source_files": "**/**/*.{h,m,swift}",
"vendored_frameworks": "**/Roam.framework",
"module_name": "RNLocation",
"dependencies": {
"CocoaMQTT/WebSockets": [
"1.3.0-rc.1"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"license": {
"type": "Copyright",
"text": "Copyright (c) 2020 GeoSpark, Inc. All rights reserved."
}
}