[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.14.1 / Adjust.podspec.json
blob30db6c3bf54b041e21c12eb794e552f53087a4f3
2   "name": "Adjust",
3   "version": "4.14.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.14.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     ]
27   },
28   "tvos": {
29     "weak_frameworks": "AdSupport"
30   },
31   "requires_arc": true,
32   "default_subspecs": "Core",
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   ]