5 "summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
6 "homepage": "https://github.com/overcoat/Overcoat",
8 "Guillermo Gonzalez": "gonzalezreal@icloud.com",
9 "sodastsai": "sodas@icloud.com"
12 "git": "https://github.com/overcoat/Overcoat.git",
20 "default_subspecs": "Core",
32 "public_header_files": "Overcoat/Core/*.h",
33 "private_header_files": "Overcoat/Core/*_Internal.h",
34 "source_files": "Overcoat/Core/*.{h,m}",
35 "frameworks": "Foundation"
39 "default_subspecs": "Mantle2",
50 "MTLManagedObjectAdapter": [
53 "MTLManagedObjectAdapter/extobjc": [
57 "public_header_files": "Overcoat/CoreData/*.h",
58 "private_header_files": "Overcoat/CoreData/*_Internal.h",
59 "source_files": "Overcoat/CoreData/*.{h,m}",
60 "frameworks": "CoreData",
62 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
75 "public_header_files": "Overcoat/CoreData/*.h",
76 "private_header_files": "Overcoat/CoreData/*_Internal.h",
77 "source_files": "Overcoat/CoreData/*.{h,m}",
78 "frameworks": "CoreData",
80 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
92 "public_header_files": "Overcoat/Social/*.h",
93 "source_files": "Overcoat/Social/*.{h,m}",
99 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_SOCIAL=1"
103 "name": "PromiseKit",
108 "PromiseKit/Promise": [
112 "public_header_files": "PromiseKit+Overcoat/*.h",
113 "source_files": "PromiseKit+Overcoat",
115 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_PROMISE_KIT=1"
119 "name": "ReactiveCocoa",
128 "public_header_files": "ReactiveCocoa+Overcoat/*.h",
129 "source_files": "ReactiveCocoa+Overcoat",
131 "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_REACTIVE_COCOA=1"