[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 7 / MTA / 2.5.1 / MTA.podspec.json
blob2c3bdb7993af360be98827f723dda0e9ecc53f35
2   "name": "MTA",
3   "version": "2.5.1",
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.5.1"
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": "IDFA",
41       "dependencies": {
42         "MTA/Core": [
44         ]
45       },
46       "frameworks": "AdSupport"
47     },
48     {
49       "name": "ADTracker",
50       "dependencies": {
51         "MTA/Core": [
53         ]
54       },
55       "source_files": "SDK/plugin/adtracker/*.h",
56       "public_header_files": "SDK/plugin/adtracker/*.h",
57       "vendored_libraries": "SDK/plugin/adtracker/*.a",
58       "frameworks": "AdSupport"
59     },
60     {
61       "name": "AutoTrack",
62       "dependencies": {
63         "MTA/Core": [
65         ]
66       },
67       "source_files": "SDK/plugin/autotrack/*.h",
68       "public_header_files": "SDK/plugin/autotrack/*.h",
69       "vendored_libraries": "SDK/plugin/autotrack/*.a"
70     },
71     {
72       "name": "CrashReporter",
73       "dependencies": {
74         "MTA/Core": [
76         ]
77       },
78       "source_files": "SDK/plugin/crashreporter/*.h",
79       "public_header_files": "SDK/plugin/crashreporter/*.h",
80       "vendored_libraries": "SDK/plugin/crashreporter/*.a"
81     },
82     {
83       "name": "DataInsight",
84       "dependencies": {
85         "MTA/Core": [
87         ]
88       },
89       "source_files": "SDK/plugin/datainsight/*.h",
90       "public_header_files": "SDK/plugin/datainsight/*.h",
91       "vendored_libraries": "SDK/plugin/datainsight/*.a",
92       "frameworks": "CoreLocation"
93     },
94     {
95       "name": "FBI",
96       "dependencies": {
97         "MTA/Core": [
99         ]
100       },
101       "source_files": "SDK/plugin/fbi/*.h",
102       "public_header_files": "SDK/plugin/fbi/*.h",
103       "vendored_libraries": "SDK/plugin/fbi/*.a",
104       "frameworks": "Contacts"
105     },
106     {
107       "name": "MTAHybrid",
108       "dependencies": {
109         "MTA/Core": [
111         ]
112       },
113       "source_files": "SDK/plugin/MTAHybrid/*.h",
114       "public_header_files": "SDK/plugin/MTAHybrid/*.h",
115       "vendored_libraries": "SDK/plugin/MTAHybrid/*.a"
116     }
117   ]