[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / c / Adtrace / 1.0.1 / Adtrace.podspec.json
blob9aed12238a1afa5fabd5d81db99c24ff030cec5e
2   "name": "Adtrace",
3   "version": "1.0.1",
4   "summary": "This is the iOS SDK of adtrace. You can read more about it at http://adtrace.io.",
5   "homepage": "https://github.com/adtrace/adtrace_sdk_iOS",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE"
9   },
10   "authors": {
11     "Aref Hosseini": "info@adtrace.io"
12   },
13   "source": {
14     "git": "https://github.com/adtrace/adtrace_sdk_iOS.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "tvos": "9.0"
20   },
21   "frameworks": "SystemConfiguration",
22   "ios": {
23     "weak_frameworks": [
24       "AdSupport",
25       "iAd",
26       "CoreTelephony"
27     ]
28   },
29   "tvos": {
30     "weak_frameworks": "AdSupport"
31   },
32   "requires_arc": true,
33   "default_subspecs": "Core",
34   "pod_target_xcconfig": {
35     "BITCODE_GENERATION_MODE": "bitcode"
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": [
41         "Adtrace/*.{h,m}",
42         "Adtrace/ADTAdditions/*.{h,m}"
43       ]
44     },
45     {
46       "name": "Sociomantic",
47       "source_files": "plugin/Sociomantic/*.{h,m}",
48       "dependencies": {
49         "Adtrace/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Criteo",
56       "source_files": "plugin/Criteo/*.{h,m}",
57       "dependencies": {
58         "Adtrace/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Trademob",
65       "source_files": "plugin/Trademob/*.{h,m}",
66       "dependencies": {
67         "Adtrace/Core": [
69         ]
70       }
71     },
72     {
73       "name": "WebBridge",
74       "source_files": [
75         "AdtraceBridge/*.{h,m}",
76         "AdtraceBridge/WebViewJavascriptBridge/*.{h,m}"
77       ],
78       "dependencies": {
79         "Adtrace/Core": [
81         ]
82       },
83       "platforms": {
84         "ios": "6.0"
85       }
86     }
87   ]