blob: 34814892521d6a26e51bf2d303657e7431dbd6c8 [file] [log] [blame]
{
"name": "Failable",
"version": "0.2.0",
"summary": "Closure data using Either monad.",
"description": "An iOS version of Either monad returning either data T or NSError",
"homepage": "https://github.com/washingtonpost/ios-failable",
"license": "MIT",
"authors": {
"The Washington Post": "iosdevpluscontractors@washpost.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/washingtonpost/ios-failable.git",
"tag": "0.2.0"
},
"source_files": "Failable/**/*.swift",
"dependencies": {
"ObjectMapper": [
"~> 1.3"
]
}
}