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"
54 "pod_target_xcconfig": {
55 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_URL_CONNECTION=1"
59 "name": "NSURLSession",
64 "AFNetworking/NSURLSession": [
68 "source_files": "sources/Core/OVCHTTPSessionManager.{h,m}",
69 "user_target_xcconfig": {
70 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_URL_SESSION=1"
72 "pod_target_xcconfig": {
73 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_URL_SESSION=1"
78 "default_subspecs": "Mantle2",
96 "MTLManagedObjectAdapter": [
100 "frameworks": "CoreData",
101 "source_files": "sources/CoreData/*.{h,m}",
102 "private_header_files": "sources/CoreData/*_Internal.h",
103 "exclude_files": "sources/CoreData/OVCManagedHTTP{RequestOperation,Session}Manager.{h,m}",
104 "user_target_xcconfig": {
105 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
107 "pod_target_xcconfig": {
108 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
112 "name": "NSURLConnection",
114 "Overcoat/NSURLConnection": [
117 "Overcoat/CoreData/Mantle2/Core": [
121 "source_files": "sources/CoreData/OVCManagedHTTPRequestOperationManager.{h,m}"
124 "name": "NSURLSession",
126 "Overcoat/NSURLSession": [
129 "Overcoat/CoreData/Mantle2/Core": [
133 "source_files": "sources/CoreData/OVCManagedHTTPSessionManager.{h,m}"
139 "default_subspecs": [
154 "frameworks": "CoreData",
155 "source_files": "sources/CoreData/*.{h,m}",
156 "private_header_files": "sources/CoreData/*_Internal.h",
157 "exclude_files": "sources/CoreData/OVCManagedHTTP{RequestOperation,Session}Manager.{h,m}",
158 "user_target_xcconfig": {
159 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
161 "pod_target_xcconfig": {
162 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
166 "name": "NSURLConnection",
168 "Overcoat/NSURLConnection": [
171 "Overcoat/CoreData/Mantle1/Core": [
175 "source_files": "sources/CoreData/OVCManagedHTTPRequestOperationManager.{h,m}"
178 "name": "NSURLSession",
180 "Overcoat/NSURLSession": [
183 "Overcoat/CoreData/Mantle1/Core": [
187 "source_files": "sources/CoreData/OVCManagedHTTPSessionManager.{h,m}"
196 "AFNetworking/Serialization": [
200 "public_header_files": "sources/Social/*.h",
201 "source_files": "sources/Social/*.{h,m}",
206 "user_target_xcconfig": {
207 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_SOCIAL=1"
209 "pod_target_xcconfig": {
210 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_SOCIAL=1"
214 "name": "PromiseKit",
216 "PromiseKit/Promise": [
220 "source_files": "sources/PromiseKit/PromiseKit+Overcoat.h",
221 "user_target_xcconfig": {
222 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_PROMISE_KIT=1"
224 "pod_target_xcconfig": {
225 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_PROMISE_KIT=1"
227 "default_subspecs": [
233 "name": "NSURLConnection",
235 "Overcoat/NSURLConnection": [
239 "source_files": "sources/PromiseKit/OVCHTTPRequestOperationManager+PromiseKit.{h,m}"
242 "name": "NSURLSession",
244 "Overcoat/NSURLSession": [
248 "source_files": "sources/PromiseKit/OVCHTTPSessionManager+PromiseKit.{h,m}"
253 "name": "ReactiveCocoa",
259 "source_files": "sources/ReactiveCocoa/ReactiveCocoa+Overcoat.h",
260 "user_target_xcconfig": {
261 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_REACTIVE_COCOA=1"
263 "pod_target_xcconfig": {
264 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_REACTIVE_COCOA=1"
266 "default_subspecs": [
272 "name": "NSURLConnection",
274 "Overcoat/NSURLConnection": [
278 "source_files": "sources/ReactiveCocoa/OVCHTTPRequestOperationManager+ReactiveCocoa.{h,m}"
281 "name": "NSURLSession",
283 "Overcoat/NSURLSession": [
287 "source_files": "sources/ReactiveCocoa/OVCHTTPSessionManager+ReactiveCocoa.{h,m}"