[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / e / SwiftTask / 2.5.1 / SwiftTask.podspec.json
blob74e58964f41157007434521ea4745a0fdf9c4e26
2   "name": "SwiftTask",
3   "version": "2.5.1",
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.5.1"
15   },
16   "source_files": "SwiftTask/**/*.{h,swift}",
17   "requires_arc": true,
18   "dependencies": {
19     "SwiftState": [
20       "~> 1.1.1"
21     ]
22   }