blob: 28d15cf45c724eb9fa875a55766f85fe7e13d528 [file] [log] [blame]
{
"name": "Failable",
"version": "0.2.2",
"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.2"
},
"source_files": "Failable/**/*.swift"
}