[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.4 / PromiseKit.podspec.json
blobe510049e656815ce4570553abaeda4968177d370
2   "name": "PromiseKit",
3   "version": "0.9.4",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.4"
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   "requires_arc": true,
16   "compiler_flags": "-fmodules",
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "subspecs": [
22     {
23       "name": "base",
24       "source_files": [
25         "PromiseKit/*.h",
26         "PromiseKit.{h,m}"
27       ],
28       "preserve_paths": [
29         "Private",
30         "PromiseKit"
31       ],
32       "frameworks": "Foundation",
33       "platforms": {
34         "ios": "5.0",
35         "osx": "10.7"
36       }
37     },
38     {
39       "name": "Foundation",
40       "dependencies": {
41         "PromiseKit/base": [
43         ],
44         "ChuzzleKit": [
46         ]
47       },
48       "source_files": "PromiseKit+Foundation.{h,m}",
49       "xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
51       },
52       "preserve_paths": [
53         "Private",
54         "PromiseKit"
55       ],
56       "frameworks": "Foundation",
57       "platforms": {
58         "ios": "5.0",
59         "osx": "10.7"
60       }
61     },
62     {
63       "name": "UIKit",
64       "dependencies": {
65         "PromiseKit/base": [
67         ]
68       },
69       "ios": {
70         "source_files": "PromiseKit+UIKit.{h,m}",
71         "frameworks": "UIKit"
72       },
73       "platforms": {
74         "ios": "5.0"
75       },
76       "xcconfig": {
77         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
78       },
79       "preserve_paths": [
80         "Private",
81         "PromiseKit"
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         "Private",
98         "PromiseKit"
99       ],
100       "platforms": {
101         "ios": "5.0",
102         "osx": "10.7"
103       }
104     },
105     {
106       "name": "MapKit",
107       "platforms": {
108         "ios": "7.0",
109         "osx": "10.9"
110       },
111       "dependencies": {
112         "PromiseKit/base": [
114         ]
115       },
116       "source_files": "PromiseKit+MapKit.{h,m}",
117       "xcconfig": {
118         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
119       },
120       "frameworks": "MapKit",
121       "preserve_paths": [
122         "Private",
123         "PromiseKit"
124       ]
125     }
126   ]