[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 5 / 4 / Overcoat / 3.0.0 / Overcoat.podspec.json
blobd30566112e7f32a5a81d8b47e62e5c025f0d0b7a
2   "name": "Overcoat",
3   "version": "3.0.0",
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/overcoat/Overcoat",
7   "authors": {
8     "Guillermo Gonzalez": "gonzalezreal@icloud.com",
9     "sodastsai": "sodas@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/overcoat/Overcoat.git",
13     "tag": "3.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "AFNetworking": [
26           "~> 2.5"
27         ],
28         "Mantle": [
29           "<= 3.0"
30         ]
31       },
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"
36     },
37     {
38       "name": "CoreData",
39       "default_subspecs": "Mantle2",
40       "subspecs": [
41         {
42           "name": "Mantle2",
43           "dependencies": {
44             "Overcoat/Core": [
46             ],
47             "Mantle": [
48               "~> 2"
49             ],
50             "MTLManagedObjectAdapter": [
52             ],
53             "MTLManagedObjectAdapter/extobjc": [
55             ]
56           },
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",
61           "xcconfig": {
62             "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
63           }
64         },
65         {
66           "name": "Mantle1",
67           "dependencies": {
68             "Overcoat/Core": [
70             ],
71             "Mantle": [
72               "~> 1"
73             ]
74           },
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",
79           "xcconfig": {
80             "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_COREDATA=1"
81           }
82         }
83       ]
84     },
85     {
86       "name": "Social",
87       "dependencies": {
88         "Overcoat/Core": [
90         ]
91       },
92       "public_header_files": "Overcoat/Social/*.h",
93       "source_files": "Overcoat/Social/*.{h,m}",
94       "frameworks": [
95         "Accounts",
96         "Social"
97       ],
98       "xcconfig": {
99         "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_SOCIAL=1"
100       }
101     },
102     {
103       "name": "PromiseKit",
104       "dependencies": {
105         "Overcoat/Core": [
107         ],
108         "PromiseKit/Promise": [
109           "~>1.2"
110         ]
111       },
112       "public_header_files": "PromiseKit+Overcoat/*.h",
113       "source_files": "PromiseKit+Overcoat",
114       "xcconfig": {
115         "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_PROMISE_KIT=1"
116       }
117     },
118     {
119       "name": "ReactiveCocoa",
120       "dependencies": {
121         "Overcoat/Core": [
123         ],
124         "ReactiveCocoa": [
125           "~>2.4"
126         ]
127       },
128       "public_header_files": "ReactiveCocoa+Overcoat/*.h",
129       "source_files": "ReactiveCocoa+Overcoat",
130       "xcconfig": {
131         "GCC_PREPROCESSOR_DEFINITIONS": "OVERCOAT_SUPPORT_REACTIVE_COCOA=1"
132       }
133     }
134   ]