[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.17.1 / Adjust.podspec.json
blob82d4ab6beaefe1acb1e072f2ec27e8f97282fb86
2   "name": "Adjust",
3   "version": "4.17.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.17.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   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": [
38         "Adjust/*.{h,m}",
39         "Adjust/ADJAdditions/*.{h,m}"
40       ]
41     },
42     {
43       "name": "Sociomantic",
44       "source_files": "plugin/Sociomantic/*.{h,m}",
45       "dependencies": {
46         "Adjust/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Criteo",
53       "source_files": "plugin/Criteo/*.{h,m}",
54       "dependencies": {
55         "Adjust/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Trademob",
62       "source_files": "plugin/Trademob/*.{h,m}",
63       "dependencies": {
64         "Adjust/Core": [
66         ]
67       }
68     },
69     {
70       "name": "WebBridge",
71       "source_files": [
72         "AdjustBridge/*.{h,m}",
73         "AdjustBridge/WebViewJavascriptBridge/*.{h,m}"
74       ],
75       "dependencies": {
76         "Adjust/Core": [
78         ]
79       },
80       "platforms": {
81         "ios": "6.0"
82       }
83     }
84   ]