[Add] BlueIDAccessSDK 3.0.0
[CocoaPods.git] / Specs / a / 7 / 4 / JetToTheFuture / 0.5.0 / JetToTheFuture.podspec.json
blob469593ecab430deca71631a1707bdb9975a9fcfc
2   "name": "JetToTheFuture",
3   "version": "0.5.0",
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.5.0"
17   },
18   "social_media_url": "https://twitter.com/banjun",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "source_files": "JetToTheFuture/Classes/**/*",
27   "dependencies": {
28     "BrightFutures": [
29       "~> 8.0"
30     ]
31   },
32   "swift_version": "5.0"