blob: 105b241206cc67b93220a75a5aa4b5808e814374 [file] [log] [blame]
{
"name": "myBaiduSDK",
"version": "0.2.0",
"summary": "baidu SDK for Cocoapods convenience",
"homepage": "https://git.oschina.net/qyu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"余强": "289067005@qq.com"
},
"source": {
"git": "https://git.oschina.net/qyu/myBaiduSDK.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"public_header_files": "Frameworks/BaiduMapAPI.framework/Headers/*.h",
"preserve_paths": "Frameworks/BaiduMapAPI.framework",
"ios": {
"vendored_frameworks": "Frameworks/BaiduMapAPI.framework"
},
"resources": "Frameworks/BaiduMapAPI.framework/Resources/mapapi.bundle",
"frameworks": [
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"libraries": "stdc++"
}
]
}