[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.4.1 / Adjust.podspec.json
blob1ebe6e5157d009cc3727ee8ed4092130c37fac9d
2   "name": "Adjust",
3   "version": "4.4.1",
4   "summary": "This is the iOS SDK of adjust. You can read more about it at http://adjust.com.",
5   "homepage": "http://adjust.com",
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.4.1"
16   },
17   "platforms": {
18     "ios": "5.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   ]