[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 2.0.1 / Overcoat.podspec.json
blob4ce0f36ebc21b64dc9833baebaa547a201712523
2   "name": "Overcoat",
3   "version": "2.0.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.0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 2.0"
26         ],
27         "Mantle": [
28           "~> 1.3"
29         ]
30       },
31       "public_header_files": "Overcoat/*.h",
32       "source_files": [
33         "Overcoat/Overcoat.h",
34         "Overcoat/OVCResponse.{h,m}",
35         "Overcoat/NSError+OVCResponse.{h,m}",
36         "Overcoat/OVCURLMatcher.{h,m}",
37         "Overcoat/OVC{ModelResponse,SocialRequest}Serializer.{h,m}",
38         "Overcoat/OVCManagedStore.{h,m}",
39         "Overcoat/OVCHTTPRequestOperationManager.{h,m}",
40         "Overcoat/OVCManagedObjectSerializingContainer.h",
41         "Overcoat/NSDictionary+Overcoat.{h,m}"
42       ],
43       "frameworks": [
44         "Foundation",
45         "Accounts",
46         "Social",
47         "CoreData"
48       ]
49     },
50     {
51       "name": "NSURLSession",
52       "dependencies": {
53         "Overcoat/Core": [
55         ]
56       },
57       "source_files": "Overcoat/OVCHTTPSessionManager.{h,m}"
58     },
59     {
60       "name": "PromiseKit",
61       "dependencies": {
62         "Overcoat/Core": [
64         ],
65         "Overcoat/NSURLSession": [
67         ],
68         "PromiseKit": [
70         ]
71       },
72       "public_header_files": "PromiseKit+Overcoat/*.h",
73       "source_files": "PromiseKit+Overcoat"
74     },
75     {
76       "name": "ReactiveCocoa",
77       "dependencies": {
78         "Overcoat/Core": [
80         ],
81         "Overcoat/NSURLSession": [
83         ],
84         "ReactiveCocoa": [
86         ]
87       },
88       "public_header_files": "ReactiveCocoa+Overcoat/*.h",
89       "source_files": "ReactiveCocoa+Overcoat"
90     }
91   ]