blob: cf9edcc1a9d3176bfa950bd06a1d81e59abbdfb0 [file] [log] [blame]
{
"name": "BaiduMapAPI",
"version": "2.8.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.8.0"
},
"platforms": {
"ios": "5.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"BaiduMapAPI/Core": [
],
"BaiduMapAPI/Extend": [
]
}
}
},
{
"name": "Core",
"requires_arc": true,
"compiler_flags": "-ObjC",
"resources": "Framework/Resources/mapapi.bundle",
"ios": {
"vendored_frameworks": "Framework/BaiduMapAPI.framework"
},
"public_header_files": [
"Framework/BaiduMapAPI.framework/Headers/*.h"
],
"frameworks": [
"UIKit",
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"libraries": [
"stdc++",
"stdc++.6"
]
},
{
"name": "Extend",
"requires_arc": true,
"public_header_files": [
"Framework/Extend/*.h"
],
"source_files": [
"Framework/Extend/*.{h,mm,m}"
],
"ios": {
"dependencies": {
"BaiduMapAPI/Core": [
]
}
}
}
]
}