[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 9 / When / 3.0.0 / When.podspec.json
blobac88388197c054920515a5eca08ddcecd7a0148d
2   "name": "When",
3   "summary": "A lightweight implementation of Promises in Swift",
4   "version": "3.0.0",
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.0"
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   "pushed_with_swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/When/**/*",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "Sources/RxWhen/**/*",
32       "dependencies": {
33         "When/Core": [
35         ],
36         "RxSwift": [
37           "4.0.0-beta.0"
38         ]
39       }
40     }
41   ]