blob: 251621c36c906312ec7c970adbe3bf96dffb75d8 [file] [log] [blame]
{
"name": "ReSwiftThunk",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ReSwiftThunk/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}