blob: 9817ff43b1594cce352a79abb46e32969cb70451 [file] [log] [blame]
{
"name": "RadarSDK",
"version": "3.0.0-beta.4",
"summary": "iOS SDK for Radar, location data infrastructure",
"homepage": "https://radar.io",
"social_media_url": "https://twitter.com/radarlabs",
"authors": {
"Radar Labs, Inc.": "support@radar.io"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/radarlabs/radar-sdk-ios.git",
"tag": "3.0.0-beta.4"
},
"source_files": "dist/RadarSDK.framework/Versions/A/Headers/*.h",
"public_header_files": "dist/RadarSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "dist/RadarSDK.framework",
"module_name": "RadarSDK",
"frameworks": "CoreLocation",
"requires_arc": true,
"license": {
"type": "Apache-2.0"
}
}