blob: 2563b3c71c504a6a71d84d75c98cbf39a7fbc3f7 [file] [log] [blame]
{
"name": "SwiftTask",
"version": "2.4.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/ReactKit/SwiftTask",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Promise + progress + pause + cancel + retry, using SwiftState (state machine).",
"source": {
"git": "https://github.com/inamiy/SwiftTask.git",
"tag": "2.4.0"
},
"source_files": "SwiftTask/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"SwiftState": [
"~> 1.1.1"
]
}
}