[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 2.1.1 / Overcoat.podspec.json
blob0c6b1a67a4cb108f90bbc239fedbe52cbebebeb5
2   "name": "Overcoat",
3   "version": "2.1.1",
4   "license": "MIT",
5   "summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
6   "homepage": "https://github.com/gonzalezreal/Overcoat",
7   "authors": {
8     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
9   },
10   "social_media_url": "https://twitter.com/gonzalezreal",
11   "source": {
12     "git": "https://github.com/gonzalezreal/Overcoat.git",
13     "tag": "2.1.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "default_subspecs": "NSURLSession",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "AFNetworking": [
26           "~> 2.5"
27         ],
28         "Mantle": [
29           "~> 1.5"
30         ]
31       },
32       "public_header_files": "Overcoat/*.h",
33       "source_files": [
34         "Overcoat/Overcoat.h",
35         "Overcoat/OVCResponse.{h,m}",
36         "Overcoat/NSError+OVCResponse.{h,m}",
37         "Overcoat/OVCURLMatcher.{h,m}",
38         "Overcoat/OVC{ModelResponse,SocialRequest}Serializer.{h,m}",
39         "Overcoat/OVCManagedStore.{h,m}",
40         "Overcoat/OVCHTTPRequestOperationManager.{h,m}",
41         "Overcoat/OVCManagedObjectSerializingContainer.h",
42         "Overcoat/NSDictionary+Overcoat.{h,m}"
43       ],
44       "frameworks": [
45         "Foundation",
46         "Accounts",
47         "Social",
48         "CoreData"
49       ]
50     },
51     {
52       "name": "NSURLSession",
53       "dependencies": {
54         "Overcoat/Core": [
56         ]
57       },
58       "source_files": "Overcoat/OVCHTTPSessionManager.{h,m}"
59     },
60     {
61       "name": "PromiseKit",
62       "dependencies": {
63         "Overcoat/Core": [
65         ],
66         "Overcoat/NSURLSession": [
68         ],
69         "PromiseKit": [
70           "~>1.2"
71         ]
72       },
73       "public_header_files": "PromiseKit+Overcoat/*.h",
74       "source_files": "PromiseKit+Overcoat"
75     },
76     {
77       "name": "ReactiveCocoa",
78       "dependencies": {
79         "Overcoat/Core": [
81         ],
82         "Overcoat/NSURLSession": [
84         ],
85         "ReactiveCocoa": [
86           "~>2.4"
87         ]
88       },
89       "public_header_files": "ReactiveCocoa+Overcoat/*.h",
90       "source_files": "ReactiveCocoa+Overcoat"
91     }
92   ]