[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 8 / 5 / myBaiduSDK / 0.2.0 / myBaiduSDK.podspec.json
blob105b241206cc67b93220a75a5aa4b5808e814374
2   "name": "myBaiduSDK",
3   "version": "0.2.0",
4   "summary": "baidu SDK for Cocoapods convenience",
5   "homepage": "https://git.oschina.net/qyu",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "余强": "289067005@qq.com"
12   },
13   "source": {
14     "git": "https://git.oschina.net/qyu/myBaiduSDK.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "requires_arc": true,
26       "public_header_files": "Frameworks/BaiduMapAPI.framework/Headers/*.h",
27       "preserve_paths": "Frameworks/BaiduMapAPI.framework",
28       "ios": {
29         "vendored_frameworks": "Frameworks/BaiduMapAPI.framework"
30       },
31       "resources": "Frameworks/BaiduMapAPI.framework/Resources/mapapi.bundle",
32       "frameworks": [
33         "CoreLocation",
34         "QuartzCore",
35         "OpenGLES",
36         "SystemConfiguration",
37         "CoreGraphics",
38         "Security"
39       ],
40       "libraries": "stdc++"
41     }
42   ]