blob: 08f7411443a0cea363c5b6055c4cdb7ecd800c71 [file] [log] [blame]
{
"name": "BaiduMapKit",
"version": "2.9.0.1",
"summary": "百度地图iOS SDK(CocoaPods百度地图官方库)",
"description": "百度地图iOS SDK:百度地图官方CocoaPods.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://developer.baidu.com/map/index.php?title=iossdk",
"license": {
"type": "Copyright",
"text": "Copyright ©2015 Baidu"
},
"authors": {
"baidu map sdk": "dituapi_01@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"http": "http://wiki.lbsyun.baidu.com/cms/iossdk/doc/v2_9_0/1_2_3_4_5_6/BaiduMap_IOSSDK_v2.9.0_Lib.zip"
},
"public_header_files": "iosSDK/**/Headers/*.h",
"resources": "iosSDK/BaiduMapAPI_Map.framework/Resources/mapapi.bundle",
"vendored_frameworks": "iosSDK/*.framework",
"frameworks": [
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security",
"CoreTelephony"
],
"libraries": [
"sqlite3.0",
"stdc++.6.0.9"
],
"requires_arc": true
}