blob: 16b898ad1e1079cbc714064c31bcfcf1e8d583bc [file] [log] [blame]
{
"name": "BaiduMapOnlyPOI",
"version": "2.7.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": {
"Libo": "llb0536@gmail.com"
},
"source": {
"git": "https://github.com/llb0536/BaiduMapOnlyPOI.git",
"tag": "2.7.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Framework/BaiduMapAPI.framework"
},
"public_header_files": [
"Framework/BaiduMapAPI.framework/Headers/*.h"
],
"frameworks": [
"UIKit",
"CoreLocation",
"SystemConfiguration",
"Security"
],
"libraries": [
"stdc++",
"stdc++.6"
]
}