blob: 8bec37e999442dc00f0e4be5a0b570d36f73e30c [file] [log] [blame]
{
"name": "OnlineLocationSDK",
"version": "6.7.2",
"summary": "Indoor Location for iOS.",
"description": "Indoor Online Location SDK for iOS by Autonavi.(MacroWen)",
"homepage": "http://lbs.amap.com/api/ios-indoorlocation-sdk/summary/",
"license": {
"type": "Copyright",
"text": "Copyright © 2017 AutoNavi. All Rights Reserved.\n"
},
"authors": "lbs.amap.com",
"social_media_url": "http://lbsbbs.amap.com/forum.php?mod=forumdisplay&fid=53",
"documentation_url": "http://lbs.amap.com/api/ios-indoorlocation-sdk/gettingstarted/",
"source": {
"http": "https://a.amap.com/indoormap/static/zip/Amap_iOS_IndoorLocation_V6.9_20170412.zip"
},
"source_files": "*/OnlineLocationSDK.framework/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"xcconfig": {
"ARCHS": "$(ARCHS_STANDARD)"
},
"public_header_files": "*/OnlineLocationSDK.framework/Headers/*.h",
"vendored_frameworks": "*/OnlineLocationSDK.framework",
"frameworks": [
"CoreMotion",
"CoreLocation",
"CoreBluetooth"
],
"dependencies": {
"IndoorLibrary": [
"~> 6.0.0"
]
}
}