[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 7 / MTA / 2.0.8 / MTA.podspec.json
blob64c1d216e0348b981895faf1b97b32e59d97d67e
2   "name": "MTA",
3   "version": "2.0.8",
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.0.8"
12   },
13   "license": "None",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "SDK/*.h",
23       "public_header_files": "SDK/*.h",
24       "vendored_libraries": "SDK/libmtasdk.a",
25       "frameworks": [
26         "CoreTelephony",
27         "CFNetwork",
28         "Security",
29         "SystemConfiguration"
30       ],
31       "libraries": [
32         "z",
33         "sqlite3"
34       ]
35     },
36     {
37       "name": "AutoTrack",
38       "dependencies": {
39         "MTA/Core": [
41         ]
42       },
43       "vendored_libraries": "SDK/libautotrack.a"
44     },
45     {
46       "name": "IDFA",
47       "dependencies": {
48         "MTA/Core": [
50         ]
51       },
52       "vendored_libraries": "SDK/libidfa.a",
53       "frameworks": "AdSupport"
54     },
55     {
56       "name": "InstallTracker",
57       "dependencies": {
58         "MTA/Core": [
60         ]
61       },
62       "vendored_libraries": "SDK/libinstalltracker.a"
63     }
64   ]