blob: 729ffb3fe802531fc4a6cf64187ace0c6500e32f [file] [log] [blame]
{
"name": "RadarSDK",
"version": "1.0.10",
"summary": "iOS toolkit for location tracking and geofencing",
"homepage": "https://www.onradar.com",
"authors": {
"Radar Labs, Inc.": "support@onradar.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RadarLabs/RadarSDK-iOS.git",
"tag": "1.0.10"
},
"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."
}
}