[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / e / SwiftTask / 2.4.0 / SwiftTask.podspec.json
blob2563b3c71c504a6a71d84d75c98cbf39a7fbc3f7
2   "name": "SwiftTask",
3   "version": "2.4.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/ReactKit/SwiftTask",
8   "authors": {
9     "Yasuhiro Inami": "inamiy@gmail.com"
10   },
11   "summary": "Promise + progress + pause + cancel + retry, using SwiftState (state machine).",
12   "source": {
13     "git": "https://github.com/inamiy/SwiftTask.git",
14     "tag": "2.4.0"
15   },
16   "source_files": "SwiftTask/**/*.{h,swift}",
17   "requires_arc": true,
18   "dependencies": {
19     "SwiftState": [
20       "~> 1.1.1"
21     ]
22   }