[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.0 / PromiseKit.podspec.json
blob26717d905ef138e7a1cb667069d4f305b41c92b4
2   "name": "PromiseKit",
3   "version": "0.9.0",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.0"
7   },
8   "license": "MIT",
9   "summary": "A delightful Promises implementation for iOS.",
10   "requires_arc": true,
11   "dependencies": {
12     "ChuzzleKit": [
14     ]
15   },
16   "source_files": [
17     "PromiseKit/*.h",
18     "PromiseKit.h"
19   ],
20   "homepage": "http://promisekit.org",
21   "social_media_url": "https://twitter.com/mxcl",
22   "authors": {
23     "Max Howell": "mxcl@me.com"
24   },
25   "platforms": {
26     "ios": "5.0",
27     "osx": "10.7"
28   },
29   "subspecs": [
30     {
31       "name": "base",
32       "source_files": "PromiseKit.m",
33       "preserve_paths": [
34         "macros.m",
35         "NSMethodSignatureForBlock.m",
36         "PromiseKit"
37       ],
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "Foundation",
42       "dependencies": {
43         "PromiseKit/base": [
45         ]
46       },
47       "source_files": "PromiseKit+Foundation.{h,m}",
48       "xcconfig": {
49         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
50       },
51       "preserve_paths": [
52         "macros.m",
53         "NSMethodSignatureForBlock.m",
54         "PromiseKit"
55       ],
56       "frameworks": "Foundation"
57     },
58     {
59       "name": "UIKit",
60       "dependencies": {
61         "PromiseKit/base": [
63         ]
64       },
65       "ios": {
66         "source_files": "PromiseKit+UIKit.{h,m}",
67         "frameworks": "UIKit"
68       },
69       "osx": {
70         "source_files": ""
71       },
72       "xcconfig": {
73         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
74       },
75       "preserve_paths": [
76         "macros.m",
77         "NSMethodSignatureForBlock.m",
78         "PromiseKit"
79       ],
80       "platforms": {
81         "ios": "5.0"
82       }
83     },
84     {
85       "name": "CoreLocation",
86       "dependencies": {
87         "PromiseKit/base": [
89         ]
90       },
91       "source_files": "PromiseKit+CoreLocation.{h,m}",
92       "xcconfig": {
93         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
94       },
95       "frameworks": "CoreLocation",
96       "preserve_paths": [
97         "macros.m",
98         "NSMethodSignatureForBlock.m",
99         "PromiseKit"
100       ]
101     }
102   ]