[Add] Adjust 4.38.2
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.38.2 / Adjust.podspec.json
bloba1908444e9ad4fe7e2538feb9ea9016c0b732f8d
2   "name": "Adjust",
3   "version": "4.38.2",
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.38.2"
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       "resource_bundles": {
41         "Adjust": [
42           "Adjust/*.xcprivacy"
43         ]
44       }
45     },
46     {
47       "name": "Sociomantic",
48       "source_files": "plugin/Sociomantic/*.{h,m}",
49       "dependencies": {
50         "Adjust/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Criteo",
57       "source_files": "plugin/Criteo/*.{h,m}",
58       "dependencies": {
59         "Adjust/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Trademob",
66       "source_files": "plugin/Trademob/*.{h,m}",
67       "dependencies": {
68         "Adjust/Core": [
70         ]
71       }
72     },
73     {
74       "name": "WebBridge",
75       "source_files": [
76         "AdjustBridge/*.{h,m}",
77         "AdjustBridge/WebViewJavascriptBridge/*.{h,m}"
78       ],
79       "dependencies": {
80         "Adjust/Core": [
82         ]
83       },
84       "platforms": {
85         "ios": "9.0"
86       }
87     }
88   ]