[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / 9 / YCTestAMap / 0.1.0 / YCTestAMap.podspec.json
blobe44927578ec957d201d559799eec8ed5bb5af166
2   "name": "YCTestAMap",
3   "version": "0.1.0",
4   "summary": "测试高德地图组件封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DanielOYC/YCTestAMap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DanielOYC": "775350532@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DanielOYC/YCTestAMap.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "YCTestLocationManager",
24       "source_files": "YCTestAMap/Classes/*.{h,m}",
25       "ios": {
26         "vendored_frameworks": "YCTestAMap/Classes/AMapSDKs/*.framework"
27       },
28       "frameworks": [
29         "CoreLocation",
30         "SystemConfiguration",
31         "Security",
32         "CoreTelephony",
33         "ExternalAccessory",
34         "GLKit"
35       ],
36       "libraries": [
37         "c++",
38         "z"
39       ]
40     }
41   ]