[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 0 / 8 / BaiduMap-iOS-SDK / 2.9.1 / BaiduMap-iOS-SDK.podspec.json
blob7b723a72c5785b2496c2491b512836365d6d2dae
2   "name": "BaiduMap-iOS-SDK",
3   "version": "2.9.1",
4   "summary": "提供BaiduMap-iOS-SDK CocoaPods的镜像,方便大家使用CocoaPods 管理 BaiduMap服务。",
5   "description": "百度地图 iOS SDK是一套基于iOS 5.0及以上版本设备的应用程序接口,不仅提供展示地图的基本接口,还提供POI检索、路径规划、地图标注、离线地图、定位、周边雷达等丰富的LBS能力 。  您可以使用百度地图iOS SDK开发适用于移动设备的地图应用,通过接口,您可以轻松访问百度服务和数据,构建功能丰富、交互性强的地图应用程序。详见http://developer.baidu.com/map/index.php?title=iossdk.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "http://developer.baidu.com/map/index.php?title=iossdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "daniel.sun": "sundl1988@163.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/iosmvn/BaiduMap-iOS-SDK.git",
19     "tag": "2.9.1"
20   },
21   "preserve_paths": "BaiduMapAPI/*.framework",
22   "exclude_files": "Classes/Exclude",
23   "vendored_frameworks": "BaiduMapAPI/*.framework",
24   "public_header_files": "BaiduMapAPI/*.framework/Headers/*.h",
25   "resources": "BaiduMapAPI/BaiduMapAPI_Map.framework/Resources/*.bundle",
26   "frameworks": [
27     "CoreLocation",
28     "QuartzCore",
29     "OpenGLES",
30     "SystemConfiguration",
31     "CoreGraphics",
32     "Security",
33     "CoreTelephony"
34   ],
35   "libraries": [
36     "sqlite3.0",
37     "stdc++.6.0.9"
38   ],
39   "requires_arc": true