[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 4 / JetToTheFuture / 0.4.0-beta.1 / JetToTheFuture.podspec.json
blob2484d424657ba419f36916bc6d4316f643c08f2b
2   "name": "JetToTheFuture",
3   "version": "0.4.0-beta.1",
4   "summary": "safely `forced()` to get to the BrightFutures.Future values",
5   "description": "brings forced future block to safely `forced()` just on the main thread.\nits usecase is mainly for command-line and testcases",
6   "homepage": "https://github.com/banjun/JetToTheFuture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "banjun": "banjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/banjun/JetToTheFuture.git",
16     "tag": "0.4.0-beta.1"
17   },
18   "social_media_url": "https://twitter.com/banjun",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "source_files": "JetToTheFuture/Classes/**/*",
24   "dependencies": {
25     "BrightFutures": [
26       ">= 6.0.0-beta.1"
27     ]
28   },
29   "pushed_with_swift_version": "4.0"