blob: 6c360433465532c6bb84ce54c832efab65b1b8dd [file] [log] [blame]
{
"name": "BaiduMapKit",
"version": "2.9.0",
"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": "MIT",
"authors": {
"baidu map sdk": "wangzhiyi@baidu.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/BaiduLBS/BaiduMapKit.git",
"tag": "2.9.0"
},
"source_files": [
"BaiduMapKit",
"BaiduMapKit/**/**/*.h"
],
"resources": "BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle",
"vendored_frameworks": "BaiduMapKit/*.framework",
"frameworks": [
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security",
"sqlite3",
"CoreTelephony"
],
"requires_arc": true
}