3 "version": "4.0.0-beta.1",
4 "cocoapods_version": ">= 0.39",
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",
21 "default_subspecs": "Core",
29 "AFNetworking/Serialization": [
32 "AFNetworking/NSURLSession": [
36 "source_files": "Sources/Core/*.{h,m}",
37 "header_dir": "Overcoat"
45 "MTLManagedObjectAdapter": [
49 "frameworks": "CoreData",
50 "source_files": "Sources/CoreData/*.{h,m}",
51 "header_dir": "OvercoatCoreData"
56 "AFNetworking/Serialization": [
64 "public_header_files": "Sources/Social/*.h",
65 "source_files": "Sources/Social/*.{h,m}",
66 "header_dir": "OvercoatSocial"
78 "PromiseKit/CorePromise": [
82 "source_files": "Sources/PromiseKit/*.{h,m}",
83 "header_dir": "OvercoatPromiseKit",
84 "user_target_xcconfig": {
85 "OTHER_LDFLAGS": "-ObjC"
87 "pod_target_xcconfig": {
88 "OTHER_LDFLAGS": "-ObjC"
92 "name": "ReactiveCocoa",
97 "ReactiveCocoa/Core": [
101 "source_files": "Sources/ReactiveCocoa/*.{h,m}",
102 "header_dir": "OvercoatReactiveCocoa",
103 "user_target_xcconfig": {
104 "OTHER_LDFLAGS": "-ObjC"
106 "pod_target_xcconfig": {
107 "OTHER_LDFLAGS": "-ObjC"