[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / a / d / Baidu-Maps-iOS-SDK / 2.6.0 / Baidu-Maps-iOS-SDK.podspec.json
blob4ef20f3e5e61960e6a8e93ff3740377f651e7f8d
2   "name": "Baidu-Maps-iOS-SDK",
3   "version": "2.6.0",
4   "summary": "Baidu Maps SDK for iOS",
5   "description": "\n\t\t   Baidu Maps iOS SDK is a set of APIs, base on iOS 4.3 or later. \n\t\t   Offer some basic API for map presentation, also provides POI search\n\t\t   , path planning, map anotation, offline maps, location and powerful\n\t\t   LBS feature.  \n\t\t\t\n",
6   "homepage": "http://developer.baidu.com/map/sdk-ios.htm",
7   "license": {
8     "type": "Cpoyright",
9     "text": "LICENSE  ©2014 Baidu, Inc. All rights reserved"
10   },
11   "authors": {
12     "Tangdixi": "Tangdixi@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "http": "http://developer.baidu.com/map/static/doc/output_ios/map_search_cloud_loc_util/BaiduMap_IOSSDK_v2.6.0_Lib.zip"
19   },
20   "prepare_command": "\t\t\tlipo -create Release-iphoneos/libbaidumapapi.a Release-iphonesimulator/libbaidumapapi.a -output libBaiduMapApi.a\n",
21   "source_files": "inc/*.h",
22   "resources": "*.bundle",
23   "preserve_paths": "*.a",
24   "frameworks": [
25     "CoreLocation",
26     "QuartzCore",
27     "OpenGLES",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "Security"
31   ],
32   "libraries": [
33     "BaiduMapApi",
34     "stdc++"
35   ],
36   "requires_arc": true,
37   "xcconfig": {
38     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Baidu-Maps-iOS-SDK"
39   }