[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.10 / PromiseKit.podspec.json
bloba38ba43029469d577998cb6c7e00a1956860f1c4
2   "name": "PromiseKit",
3   "version": "0.9.10",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.10"
7   },
8   "license": "MIT",
9   "summary": "A delightful Promises implementation for iOS and OS X.",
10   "homepage": "http://promisekit.org",
11   "social_media_url": "https://twitter.com/mxcl",
12   "authors": {
13     "Max Howell": "mxcl@me.com"
14   },
15   "documentation_url": "http://promisekit.org",
16   "requires_arc": true,
17   "compiler_flags": "-fmodules",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "default_subspecs": "defaults",
23   "subspecs": [
24     {
25       "name": "base",
26       "source_files": [
27         "objc/PromiseKit/*.h",
28         "objc/PromiseKit.{h,m}"
29       ],
30       "preserve_paths": [
31         "objc/Private",
32         "objc/PromiseKit"
33       ],
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "defaults",
38       "dependencies": {
39         "PromiseKit/Foundation": [
41         ]
42       },
43       "ios": {
44         "dependencies": {
45           "PromiseKit/UIKit": [
47           ]
48         }
49       }
50     },
51     {
52       "name": "private",
53       "source_files": "objc/Private/PMKManualReference.m",
54       "preserve_paths": [
55         "objc/Private",
56         "objc/PromiseKit"
57       ]
58     },
59     {
60       "name": "Foundation",
61       "dependencies": {
62         "PromiseKit/base": [
64         ],
65         "ChuzzleKit": [
67         ],
68         "OMGHTTPURLRQ": [
70         ]
71       },
72       "source_files": "objc/PromiseKit+Foundation.{h,m}",
73       "xcconfig": {
74         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
75       },
76       "preserve_paths": [
77         "objc/Private",
78         "objc/PromiseKit"
79       ],
80       "frameworks": "Foundation"
81     },
82     {
83       "name": "UIKit",
84       "dependencies": {
85         "PromiseKit/base": [
87         ],
88         "PromiseKit/private": [
90         ]
91       },
92       "ios": {
93         "source_files": "objc/PromiseKit+UIKit.{h,m}",
94         "frameworks": "UIKit"
95       },
96       "platforms": {
97         "ios": "5.0"
98       },
99       "xcconfig": {
100         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
101       },
102       "preserve_paths": [
103         "objc/Private",
104         "objc/PromiseKit"
105       ],
106       "weak_frameworks": "AssetsLibrary"
107     },
108     {
109       "name": "CoreLocation",
110       "dependencies": {
111         "PromiseKit/base": [
113         ],
114         "PromiseKit/private": [
116         ]
117       },
118       "source_files": "objc/PromiseKit+CoreLocation.{h,m}",
119       "xcconfig": {
120         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
121       },
122       "frameworks": "CoreLocation",
123       "preserve_paths": [
124         "objc/Private",
125         "objc/PromiseKit"
126       ]
127     },
128     {
129       "name": "MapKit",
130       "dependencies": {
131         "PromiseKit/base": [
133         ]
134       },
135       "source_files": "objc/PromiseKit+MapKit.{h,m}",
136       "xcconfig": {
137         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
138       },
139       "frameworks": "MapKit",
140       "preserve_paths": [
141         "objc/Private",
142         "objc/PromiseKit"
143       ]
144     },
145     {
146       "name": "Accounts",
147       "dependencies": {
148         "PromiseKit/base": [
150         ]
151       },
152       "source_files": "objc/PromiseKit+Accounts.{h,m}",
153       "xcconfig": {
154         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACCOUNTS=1"
155       },
156       "frameworks": "Accounts",
157       "preserve_paths": [
158         "objc/Private",
159         "objc/PromiseKit"
160       ]
161     },
162     {
163       "name": "Social",
164       "dependencies": {
165         "PromiseKit/base": [
167         ],
168         "ChuzzleKit": [
170         ]
171       },
172       "source_files": "objc/PromiseKit+Social.{h,m}",
173       "xcconfig": {
174         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
175       },
176       "frameworks": "Social",
177       "preserve_paths": [
178         "objc/Private",
179         "objc/PromiseKit"
180       ]
181     },
182     {
183       "name": "StoreKit",
184       "dependencies": {
185         "PromiseKit/base": [
187         ],
188         "PromiseKit/private": [
190         ]
191       },
192       "source_files": "objc/PromiseKit+StoreKit.{h,m}",
193       "xcconfig": {
194         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
195       },
196       "frameworks": "StoreKit",
197       "preserve_paths": [
198         "objc/Private",
199         "objc/PromiseKit"
200       ]
201     },
202     {
203       "name": "AVFoundation",
204       "dependencies": {
205         "PromiseKit/base": [
207         ]
208       },
209       "ios": {
210         "source_files": "objc/PromiseKit+AVFoundation.{h,m}",
211         "frameworks": "AVFoundation"
212       },
213       "platforms": {
214         "ios": "5.0"
215       },
216       "preserve_paths": [
217         "objc/Private",
218         "objc/PromiseKit"
219       ]
220     }
221   ]