blob: cc7df3958c584c8ede364887474a56457a68aa00 [file] [log] [blame]
{
"name": "Unwrap",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"tvos": "9.2",
"watchos": "2.0"
},
"source_files": "Unwrap/Classes/**/*"
}