[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / 9 / 6 / BaiduMapAPI / 2.8.0 / BaiduMapAPI.podspec.json
blobcf9edcc1a9d3176bfa950bd06a1d81e59abbdfb0
2   "name": "BaiduMapAPI",
3   "version": "2.8.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.8.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "default_subspecs": "All",
21   "subspecs": [
22     {
23       "name": "All",
24       "ios": {
25         "dependencies": {
26           "BaiduMapAPI/Core": [
28           ],
29           "BaiduMapAPI/Extend": [
31           ]
32         }
33       }
34     },
35     {
36       "name": "Core",
37       "requires_arc": true,
38       "compiler_flags": "-ObjC",
39       "resources": "Framework/Resources/mapapi.bundle",
40       "ios": {
41         "vendored_frameworks": "Framework/BaiduMapAPI.framework"
42       },
43       "public_header_files": [
44         "Framework/BaiduMapAPI.framework/Headers/*.h"
45       ],
46       "frameworks": [
47         "UIKit",
48         "CoreLocation",
49         "QuartzCore",
50         "OpenGLES",
51         "SystemConfiguration",
52         "CoreGraphics",
53         "Security"
54       ],
55       "libraries": [
56         "stdc++",
57         "stdc++.6"
58       ]
59     },
60     {
61       "name": "Extend",
62       "requires_arc": true,
63       "public_header_files": [
64         "Framework/Extend/*.h"
65       ],
66       "source_files": [
67         "Framework/Extend/*.{h,mm,m}"
68       ],
69       "ios": {
70         "dependencies": {
71           "BaiduMapAPI/Core": [
73           ]
74         }
75       }
76     }
77   ]