[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 4.0.0-beta.1 / Overcoat.podspec.json
blob2441370d1984c49affff02e4ba20065670700f29
2   "name": "Overcoat",
3   "version": "4.0.0-beta.1",
4   "cocoapods_version": ">= 0.39",
5   "license": "MIT",
6   "summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
7   "homepage": "https://github.com/overcoat/Overcoat",
8   "authors": {
9     "Guillermo Gonzalez": "gonzalezreal@icloud.com",
10     "sodastsai": "sodas@icloud.com"
11   },
12   "source": {
13     "git": "https://github.com/overcoat/Overcoat.git",
14     "tag": "4.0.0-beta.1"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "Mantle": [
27           "~> 2.0"
28         ],
29         "AFNetworking/Serialization": [
30           "~> 3.0"
31         ],
32         "AFNetworking/NSURLSession": [
33           "~> 3.0"
34         ]
35       },
36       "source_files": "Sources/Core/*.{h,m}",
37       "header_dir": "Overcoat"
38     },
39     {
40       "name": "CoreData",
41       "dependencies": {
42         "Overcoat/Core": [
44         ],
45         "MTLManagedObjectAdapter": [
46           "> 1.0"
47         ]
48       },
49       "frameworks": "CoreData",
50       "source_files": "Sources/CoreData/*.{h,m}",
51       "header_dir": "OvercoatCoreData"
52     },
53     {
54       "name": "Social",
55       "dependencies": {
56         "AFNetworking/Serialization": [
58         ]
59       },
60       "frameworks": [
61         "Accounts",
62         "Social"
63       ],
64       "public_header_files": "Sources/Social/*.h",
65       "source_files": "Sources/Social/*.{h,m}",
66       "header_dir": "OvercoatSocial"
67     },
68     {
69       "name": "PromiseKit",
70       "platforms": {
71         "ios": "8.0",
72         "osx": "10.9"
73       },
74       "dependencies": {
75         "Overcoat/Core": [
77         ],
78         "PromiseKit/CorePromise": [
79           "> 2"
80         ]
81       },
82       "source_files": "Sources/PromiseKit/*.{h,m}",
83       "header_dir": "OvercoatPromiseKit",
84       "user_target_xcconfig": {
85         "OTHER_LDFLAGS": "-ObjC"
86       },
87       "pod_target_xcconfig": {
88         "OTHER_LDFLAGS": "-ObjC"
89       }
90     },
91     {
92       "name": "ReactiveCocoa",
93       "dependencies": {
94         "Overcoat/Core": [
96         ],
97         "ReactiveCocoa/Core": [
98           "> 2.4"
99         ]
100       },
101       "source_files": "Sources/ReactiveCocoa/*.{h,m}",
102       "header_dir": "OvercoatReactiveCocoa",
103       "user_target_xcconfig": {
104         "OTHER_LDFLAGS": "-ObjC"
105       },
106       "pod_target_xcconfig": {
107         "OTHER_LDFLAGS": "-ObjC"
108       }
109     }
110   ]