[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 7 / MTA / 2.1.2 / MTA.podspec.json
blob515163ddea1d19dc5e6f061eeb09d0abf3f142b5
2   "name": "MTA",
3   "version": "2.1.2",
4   "summary": "An unofficial MTA SDK Cocoapods repository.",
5   "homepage": "http://mta.qq.com",
6   "authors": {
7     "Sunnyyoung": "https://github.com/Sunnyyoung"
8   },
9   "source": {
10     "git": "https://github.com/Sunnyyoung/MTA.git",
11     "tag": "2.1.2"
12   },
13   "license": {
14     "type": "None",
15     "text": "                              Copyright © 1998 - 2018 Tencent. All Rights Reserved.\n"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SDK/*.h",
26       "public_header_files": "SDK/*.h",
27       "vendored_libraries": "SDK/*.a",
28       "frameworks": [
29         "CoreTelephony",
30         "CFNetwork",
31         "Security",
32         "SystemConfiguration"
33       ],
34       "libraries": [
35         "z",
36         "sqlite3"
37       ]
38     },
39     {
40       "name": "AutoTrack",
41       "dependencies": {
42         "MTA/Core": [
44         ]
45       },
46       "source_files": "SDK/plugin/autotrack/*.h",
47       "public_header_files": "SDK/plugin/autotrack/*.h",
48       "vendored_libraries": "SDK/plugin/autotrack/*.a"
49     },
50     {
51       "name": "IDFA",
52       "dependencies": {
53         "MTA/Core": [
55         ]
56       },
57       "vendored_libraries": "SDK/plugin/idfa/*.a",
58       "frameworks": "AdSupport"
59     },
60     {
61       "name": "InstallTracker",
62       "dependencies": {
63         "MTA/Core": [
65         ]
66       },
67       "source_files": "SDK/plugin/installtracker/*.h",
68       "public_header_files": "SDK/plugin/installtracker/*.h",
69       "vendored_libraries": "SDK/plugin/installtracker/*.a"
70     },
71     {
72       "name": "Hybrid",
73       "dependencies": {
74         "MTA/Core": [
76         ]
77       },
78       "source_files": "SDK/plugin/MTAHybrid/*.h",
79       "public_header_files": "SDK/plugin/MTAHybrid/*.h",
80       "vendored_libraries": "SDK/plugin/MTAHybrid/*.a"
81     },
82     {
83       "name": "FBI",
84       "dependencies": {
85         "MTA/Core": [
87         ]
88       },
89       "source_files": "SDK/plugin/fbi/*.h",
90       "public_header_files": "SDK/plugin/fbi/*.h",
91       "vendored_libraries": "SDK/plugin/fbi/*.a",
92       "frameworks": "Contacts"
93     },
94     {
95       "name": "MTALBS",
96       "dependencies": {
97         "MTA/Core": [
99         ]
100       },
101       "source_files": "SDK/plugin/mtalbs/*.h",
102       "public_header_files": "SDK/plugin/mtalbs/*.h",
103       "vendored_libraries": "SDK/plugin/mtalbs/*.a",
104       "frameworks": "CoreLocation"
105     }
106   ]