blob: a02e09ec20d0d3c3479d1ef371c82cacff30d7b1 [file] [log] [blame]
{
"name": "ReSwiftThunk",
"version": "1.0.0",
"summary": "Thunk middleware for ReSwift",
"description": "A thunk middleware for ReSwift. Allows developers to create easily create async actions. Works well with promises.",
"homepage": "https://github.com/mikecole20/ReSwiftThunk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mike Cole": "mikecole20@gmail.com"
},
"source": {
"git": "https://github.com/mikecole20/ReSwiftThunk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ReSwiftThunk/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 4.0"
]
}
}