[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / Adjust / 4.2.9 / Adjust.podspec.json
blob43b6356448aeddcdfff61cf84bad83957c4199fd
2   "name": "Adjust",
3   "version": "4.2.9",
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.2.9"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": "SystemConfiguration",
21   "weak_frameworks": [
22     "AdSupport",
23     "iAd"
24   ],
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Adjust/*.{h,m}",
32         "Adjust/ADJAdditions/*.{h,m}"
33       ]
34     },
35     {
36       "name": "Sociomantic",
37       "source_files": "plugin/Sociomantic/*.{h,m}",
38       "dependencies": {
39         "Adjust/Core": [
41         ]
42       }
43     },
44     {
45       "name": "Criteo",
46       "source_files": "plugin/Criteo/*.{h,m}",
47       "dependencies": {
48         "Adjust/Core": [
50         ]
51       }
52     }
53   ]