[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.27.1 / Adjust.podspec.json
blob5a280870b93c660d87ac61e594b333ca35026664
2   "name": "Adjust",
3   "version": "4.27.1",
4   "summary": "This is the iOS SDK of adjust. You can read more about it at http://adjust.com.",
5   "homepage": "https://github.com/adjust/ios_sdk",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE"
9   },
10   "authors": {
11     "Christian Wellenbrock": "welle@adjust.com"
12   },
13   "source": {
14     "git": "https://github.com/adjust/ios_sdk.git",
15     "tag": "v4.27.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         "Adjust/*.{h,m}",
42         "Adjust/ADJAdditions/*.{h,m}"
43       ]
44     },
45     {
46       "name": "Sociomantic",
47       "source_files": "plugin/Sociomantic/*.{h,m}",
48       "dependencies": {
49         "Adjust/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Criteo",
56       "source_files": "plugin/Criteo/*.{h,m}",
57       "dependencies": {
58         "Adjust/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Trademob",
65       "source_files": "plugin/Trademob/*.{h,m}",
66       "dependencies": {
67         "Adjust/Core": [
69         ]
70       }
71     },
72     {
73       "name": "WebBridge",
74       "source_files": [
75         "AdjustBridge/*.{h,m}",
76         "AdjustBridge/WebViewJavascriptBridge/*.{h,m}"
77       ],
78       "dependencies": {
79         "Adjust/Core": [
81         ]
82       },
83       "platforms": {
84         "ios": "6.0"
85       }
86     }
87   ]