[Add] DocumentReaderNightly 7.5.4179
[CocoaPods.git] / Specs / a / 9 / 6 / BaiduMapAPI / 2.7.0 / BaiduMapAPI.podspec.json
blob3f0e0c33aa47c8e1f7fc6513612758bf8095bf95
2   "name": "BaiduMapAPI",
3   "version": "2.7.0",
4   "license": {
5     "type": "Copyright",
6     "text": "LICENSE  ©2013 Baidu, Inc. All rights reserved."
7   },
8   "summary": "Baidu Map API For iOS.",
9   "homepage": "http://developer.baidu.com/map/index.php?title=iossdk",
10   "authors": {
11     "Steven": "qzs21@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/qzs21/BaiduMapAPI.git",
15     "tag": "2.7.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "resources": "Framework/Resources/mapapi.bundle",
22   "ios": {
23     "vendored_frameworks": "Framework/BaiduMapAPI.framework"
24   },
25   "public_header_files": [
26     "Framework/Extend/*.h",
27     "Framework/BaiduMapAPI.framework/Headers/*.h"
28   ],
29   "source_files": [
30     "Framework/Extend/*.{h,mm,m}"
31   ],
32   "frameworks": [
33     "UIKit",
34     "CoreLocation",
35     "QuartzCore",
36     "OpenGLES",
37     "SystemConfiguration",
38     "CoreGraphics",
39     "Security"
40   ],
41   "libraries": [
42     "stdc++",
43     "stdc++.6"
44   ]