[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 9 / When / 5.0.0 / When.podspec.json
blob36ced8b912944e0d198dd0ede87888cc9fa27e75
2   "name": "When",
3   "summary": "A lightweight implementation of Promises in Swift",
4   "version": "5.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": "5.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   "source_files": "Sources/**/*",
22   "frameworks": "Foundation"