blob: 17e61d84c4aa9bc641560c66fd7a3f1f2c0346ba [file] [log] [blame]
{
"name": "Unwrap",
"version": "0.1.0",
"summary": "Syntax sugar for unwrapping while throwing error for nil",
"description": "Syntax sugar for unwrapping while throwing error for nil\n\nWith this syntax sugar you can unwrap variables while throwing error for nil.\nIt's useful in closures/functions with throw.",
"homepage": "https://github.com/muukii/Unwrap",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/Unwrap.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"tvos": "9.2",
"watchos": "2.0"
},
"source_files": "Unwrap/Classes/**/*"
}