blob: 2496e8cb3f267a2785293c841a06436dbcb5f52e [file] [log] [blame]
{
"name": "RadarSDK",
"version": "1.0.2",
"summary": "iOS toolkit for location tracking and geofencing",
"homepage": "https://www.radar.build",
"authors": {
"Radar Labs, Inc.": "support@radar.build"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RadarLabs/RadarSDK-iOS.git",
"tag": "1.0.2"
},
"source_files": "RadarSDK/RadarSDK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "RadarSDK/RadarSDK.framework",
"frameworks": "CoreLocation",
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/RadarSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/RadarSDK\""
},
"license": {
"type": "Copyright",
"text": "Copyright (c) 2016 Radar Labs, Inc. All rights reserved."
}
}