[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / e / 9 / When / 2.0.0 / When.podspec.json
blob2f928c7a1cd91795022e4cde5e068bed3775341e
2   "name": "When",
3   "summary": "A lightweight implementation of Promises in Swift",
4   "version": "2.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": "2.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   "ios": {
22     "source_files": "Sources/**/*"
23   },
24   "tvos": {
25     "source_files": "Sources/**/*"
26   },
27   "osx": {
28     "source_files": "Sources/**/*"
29   },
30   "frameworks": "Foundation"