[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.35.0 / Adjust.podspec.json
blobea23f1819b926a88c50b09340d6d9d68d626bc0f
2   "name": "Adjust",
3   "version": "4.35.0",
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     "Adjust": "sdk@adjust.com"
12   },
13   "source": {
14     "git": "https://github.com/adjust/ios_sdk.git",
15     "tag": "v4.35.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "frameworks": "SystemConfiguration",
22   "ios": {
23     "weak_frameworks": "AdSupport"
24   },
25   "tvos": {
26     "weak_frameworks": "AdSupport"
27   },
28   "requires_arc": true,
29   "default_subspecs": "Core",
30   "pod_target_xcconfig": {
31     "BITCODE_GENERATION_MODE": "bitcode"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "Adjust/*.{h,m}",
38         "Adjust/ADJAdditions/*.{h,m}"
39       ]
40     },
41     {
42       "name": "Sociomantic",
43       "source_files": "plugin/Sociomantic/*.{h,m}",
44       "dependencies": {
45         "Adjust/Core": [
47         ]
48       }
49     },
50     {
51       "name": "Criteo",
52       "source_files": "plugin/Criteo/*.{h,m}",
53       "dependencies": {
54         "Adjust/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Trademob",
61       "source_files": "plugin/Trademob/*.{h,m}",
62       "dependencies": {
63         "Adjust/Core": [
65         ]
66       }
67     },
68     {
69       "name": "WebBridge",
70       "source_files": [
71         "AdjustBridge/*.{h,m}",
72         "AdjustBridge/WebViewJavascriptBridge/*.{h,m}"
73       ],
74       "dependencies": {
75         "Adjust/Core": [
77         ]
78       },
79       "platforms": {
80         "ios": "9.0"
81       }
82     }
83   ]