[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 8 / 5 / Tencent-mta / 2.0.5 / Tencent-mta.podspec.json
blob3781ccab35598d651e9d146dd63f21a42126c8c3
2   "name": "Tencent-mta",
3   "version": "2.0.5",
4   "summary": "专业的移动应用数据分析能力,为您的应用提供实时数据统计分析服务,监控版本质量、渠道状况、用户画像属性及用户细分行为,通过数据可视化展现,协助产品运营决策。",
5   "homepage": "http://mta.qq.com",
6   "authors": {
7     "Sunnyyoung": "https://github.com/derekibw"
8   },
9   "source": {
10     "git": "https://github.com/derekibw/Tencent-mta.git",
11     "tag": "2.0.5"
12   },
13   "license": "None",
14   "requires_arc": true,
15   "platforms": {
16     "ios": null
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         "UIKit",
27         "Foundation",
28         "QuartzCore",
29         "CoreGraphics",
30         "CoreTelephony",
31         "CFNetwork",
32         "Security",
33         "SystemConfiguration"
34       ],
35       "libraries": [
36         "z",
37         "sqlite3"
38       ]
39     },
40     {
41       "name": "AutoTrack",
42       "dependencies": {
43         "Tencent-mta/Core": [
45         ]
46       },
47       "vendored_libraries": "SDK/libautotrack.a"
48     },
49     {
50       "name": "IDFA",
51       "dependencies": {
52         "Tencent-mta/Core": [
54         ]
55       },
56       "vendored_libraries": "SDK/libidfa.a",
57       "frameworks": "AdSupport"
58     }
59   ]