blob: d817481754ef825e349a552d5aaad88d362d5375 [file] [log] [blame]
{
"name": "MoyaSand",
"version": "0.0.1",
"summary": "Moya extensions for moving parsing logic out of completion blocks.",
"description": "MoyaSand works with the Moya networking abstraction framework to encapsulate the final steps and do parsing of the response before invoking completion blocks. This can keep the call site decluttered, as well as let the TargetType always specify how to parse calls to its endpoint.",
"homepage": "https://github.com/mike-sand/MoyaSand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mike-sand": "git@mikesand.com"
},
"source": {
"git": "https://github.com/mike-sand/MoyaSand.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MoyaSand/Classes/**/*",
"dependencies": {
"Moya": [
]
},
"pushed_with_swift_version": "3.0"
}