[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / e / 9 / When / 3.0.2 / When.podspec.json
blob74f77e857d4aff47e98a3fe5f8acee2294148282
2   "name": "When",
3   "summary": "A lightweight implementation of Promises in Swift",
4   "version": "3.0.2",
5   "homepage": "https://github.com/vadymmarkov/When",
6   "license": "MIT",
7   "authors": {
8     "Vadym Markov": "markov.vadym@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/vadymmarkov/When.git",
12     "tag": "3.0.2"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/When/**/*",
26       "frameworks": "Foundation"
27     },
28     {
29       "name": "RxSwift",
30       "source_files": "Sources/RxWhen/**/*",
31       "dependencies": {
32         "When/Core": [
34         ],
35         "RxSwift": [
36           "4.0.0-beta.0"
37         ]
38       }
39     }
40   ]