[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.7 / PromiseKit.podspec.json
blob27958fc8c32c4de9cd46271987b8f58a02bd1556
2   "name": "PromiseKit",
3   "version": "0.9.7",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.7"
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   "subspecs": [
23     {
24       "name": "base",
25       "source_files": [
26         "PromiseKit/*.h",
27         "PromiseKit.{h,m}"
28       ],
29       "preserve_paths": [
30         "Private",
31         "PromiseKit"
32       ],
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "private",
37       "source_files": "Private/PMKManualReference.m",
38       "preserve_paths": [
39         "Private",
40         "PromiseKit"
41       ]
42     },
43     {
44       "name": "Foundation",
45       "dependencies": {
46         "PromiseKit/base": [
48         ],
49         "ChuzzleKit": [
51         ]
52       },
53       "source_files": "PromiseKit+Foundation.{h,m}",
54       "xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
56       },
57       "preserve_paths": [
58         "Private",
59         "PromiseKit"
60       ],
61       "frameworks": "Foundation"
62     },
63     {
64       "name": "UIKit",
65       "dependencies": {
66         "PromiseKit/base": [
68         ]
69       },
70       "ios": {
71         "source_files": "PromiseKit+UIKit.{h,m}",
72         "frameworks": "UIKit"
73       },
74       "platforms": {
75         "ios": "5.0"
76       },
77       "xcconfig": {
78         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
79       },
80       "preserve_paths": [
81         "Private",
82         "PromiseKit"
83       ]
84     },
85     {
86       "name": "CoreLocation",
87       "dependencies": {
88         "PromiseKit/base": [
90         ],
91         "PromiseKit/private": [
93         ]
94       },
95       "source_files": "PromiseKit+CoreLocation.{h,m}",
96       "xcconfig": {
97         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
98       },
99       "frameworks": "CoreLocation",
100       "preserve_paths": [
101         "Private",
102         "PromiseKit"
103       ]
104     },
105     {
106       "name": "MapKit",
107       "dependencies": {
108         "PromiseKit/base": [
110         ]
111       },
112       "source_files": "PromiseKit+MapKit.{h,m}",
113       "xcconfig": {
114         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
115       },
116       "frameworks": "MapKit",
117       "preserve_paths": [
118         "Private",
119         "PromiseKit"
120       ]
121     },
122     {
123       "name": "SocialFramework",
124       "dependencies": {
125         "PromiseKit/base": [
127         ]
128       },
129       "source_files": "PromiseKit+SocialFramework.{h,m}",
130       "xcconfig": {
131         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIALFRAMEWORK=1"
132       },
133       "frameworks": [
134         "Social",
135         "Accounts"
136       ],
137       "preserve_paths": [
138         "Private",
139         "PromiseKit"
140       ]
141     },
142     {
143       "name": "StoreKit",
144       "dependencies": {
145         "PromiseKit/base": [
147         ],
148         "PromiseKit/private": [
150         ]
151       },
152       "source_files": "PromiseKit+StoreKit.{h,m}",
153       "xcconfig": {
154         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
155       },
156       "frameworks": "StoreKit",
157       "preserve_paths": [
158         "Private",
159         "PromiseKit"
160       ]
161     }
162   ]