blob: d5696d32198687fc4cf507b11128c6efc8142c5b [file] [log] [blame]
{
"name": "Failable",
"version": "0.1.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",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/washingtonpost/ios-failable.git",
"tag": "0.1.0"
},
"source_files": "Failable/**/*.swift",
"dependencies": {
"ObjectMapper": [
"~> 1.3"
]
}
}