blob: 458f6eaace5dcd8e11032b4beba43af74d88cc51 [file] [log] [blame]
{
"name": "Failable",
"version": "1.4.1",
"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",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/washingtonpost/ios-failable.git",
"tag": "1.4.1"
},
"source_files": "Sources/**/*.swift"
}