blob: 025209d8b380e45d93c372d0513b541abf170403 [file] [log] [blame]
{
"name": "BaiduMapSDK",
"version": "2.3.0",
"summary": "Baidu Map SDK v2.3.0 For iOS",
"description": " Baidu Map SDK v2.3.0 For iOSK\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "http://developer.baidu.com/map/sdk-ios.htm",
"license": {
"type": "Copyright",
"text": "LICENSE ©2013 Baidu, Inc. All rights reserved."
},
"authors": {
"mickel": "qzqiang917@gmail.com"
},
"source": {
"git": "https://github.com/mickel917/BaiduMapSDK.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"resources": "Assets/mapapi.bundle",
"source_files": "Classes/inc/*.h",
"public_header_files": "Classes/inc/*.h",
"frameworks": [
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"preserve_paths": "libBaiduMapSDK.a",
"libraries": "BaiduMapSDK",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BaiduMapSDK"
},
"deprecated_in_favor_of": "Baidu-Maps-iOS-SDK"
}