blob: 95bb24596fc9454606330ecdbb8c0c8b35902d5c [file] [log] [blame]
{
"name": "BaiduMapAPI",
"version": "2.6.0",
"license": {
"type": "Copyright",
"text": "LICENSE ©2013 Baidu, Inc. All rights reserved."
},
"summary": "Baidu Map API For iOS.",
"homepage": "http://developer.baidu.com/map/index.php?title=iossdk",
"authors": {
"Steven": "qzs21@qq.com"
},
"source": {
"git": "https://github.com/qzs21/BaiduMapAPI.git",
"tag": "2.6.0"
},
"platforms": {
"ios": "4.3"
},
"frameworks": [
"UIKit",
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"libraries": [
"stdc++",
"stdc++.6"
],
"source_files": [
"Framework/include/*.h",
"Framework/Extend/*.{h,mm,m}"
],
"vendored_libraries": "Framework/libBaiduMapAPI.a",
"resources": "Framework/mapapi.bundle"
}