4 "cocoapods_version": ">= 0.38",
6 "summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
7 "homepage": "https://github.com/overcoat/Overcoat",
9 "Guillermo Gonzalez": "gonzalezreal@icloud.com",
10 "sodastsai": "sodas@icloud.com"
13 "git": "https://github.com/overcoat/Overcoat.git",
32 "AFNetworking/Serialization": [
36 "source_files": "sources/Core/*.{h,m}",
37 "private_header_files": "sources/Core/*_Internal.h",
38 "exclude_files": "sources/Core/OVCHTTP{RequestOperation,Session}Manager.{h,m}"
41 "name": "NSURLConnection",
46 "AFNetworking/NSURLConnection": [
50 "source_files": "sources/Core/OVCHTTPRequestOperationManager.{h,m}",
51 "user_target_xcconfig": {
52 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_URL_CONNECTION=1"
56 "name": "NSURLSession",
61 "AFNetworking/NSURLSession": [
65 "source_files": "sources/Core/OVCHTTPSessionManager.{h,m}",
66 "user_target_xcconfig": {
67 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_URL_SESSION=1"
72 "default_subspecs": "Mantle2",
90 "MTLManagedObjectAdapter": [
94 "frameworks": "CoreData",
95 "source_files": "sources/CoreData/*.{h,m}",
96 "private_header_files": "sources/CoreData/*_Internal.h",
97 "exclude_files": "sources/CoreData/OVCManagedHTTP{RequestOperation,Session}Manager.{h,m}",
98 "user_target_xcconfig": {
99 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
103 "name": "NSURLConnection",
105 "Overcoat/NSURLConnection": [
108 "Overcoat/CoreData/Mantle2/Core": [
112 "source_files": "sources/CoreData/OVCManagedHTTPRequestOperationManager.{h,m}"
115 "name": "NSURLSession",
117 "Overcoat/NSURLSession": [
120 "Overcoat/CoreData/Mantle2/Core": [
124 "source_files": "sources/CoreData/OVCManagedHTTPSessionManager.{h,m}"
130 "default_subspecs": [
145 "frameworks": "CoreData",
146 "source_files": "sources/CoreData/*.{h,m}",
147 "private_header_files": "sources/CoreData/*_Internal.h",
148 "exclude_files": "sources/CoreData/OVCManagedHTTP{RequestOperation,Session}Manager.{h,m}",
149 "user_target_xcconfig": {
150 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
154 "name": "NSURLConnection",
156 "Overcoat/NSURLConnection": [
159 "Overcoat/CoreData/Mantle1/Core": [
163 "source_files": "sources/CoreData/OVCManagedHTTPRequestOperationManager.{h,m}"
166 "name": "NSURLSession",
168 "Overcoat/NSURLSession": [
171 "Overcoat/CoreData/Mantle1/Core": [
175 "source_files": "sources/CoreData/OVCManagedHTTPSessionManager.{h,m}"
184 "AFNetworking/Serialization": [
188 "public_header_files": "sources/Social/*.h",
189 "source_files": "sources/Social/*.{h,m}",
194 "user_target_xcconfig": {
195 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_SOCIAL=1"
199 "name": "PromiseKit",
201 "PromiseKit/Promise": [
205 "source_files": "sources/PromiseKit/PromiseKit+Overcoat.h",
206 "user_target_xcconfig": {
207 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_PROMISE_KIT=1"
209 "default_subspecs": [
215 "name": "NSURLConnection",
217 "Overcoat/NSURLConnection": [
221 "source_files": "sources/PromiseKit/OVCHTTPRequestOperationManager+PromiseKit.{h,m}"
224 "name": "NSURLSession",
226 "Overcoat/NSURLSession": [
230 "source_files": "sources/PromiseKit/OVCHTTPSessionManager+PromiseKit.{h,m}"
235 "name": "ReactiveCocoa",
241 "source_files": "sources/ReactiveCocoa/ReactiveCocoa+Overcoat.h",
242 "user_target_xcconfig": {
243 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_REACTIVE_COCOA=1"
245 "default_subspecs": [
251 "name": "NSURLConnection",
253 "Overcoat/NSURLConnection": [
257 "source_files": "sources/ReactiveCocoa/OVCHTTPRequestOperationManager+ReactiveCocoa.{h,m}"
260 "name": "NSURLSession",
262 "Overcoat/NSURLSession": [
266 "source_files": "sources/ReactiveCocoa/OVCHTTPSessionManager+ReactiveCocoa.{h,m}"