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