blob: 481096ba050308e3b23996165ba5ed2f63737f0b [file] [log] [blame]
{
"name": "Sukari",
"version": "0.1.0",
"summary": "Elegant Syntactic Sugar For Swift",
"description": "Sukari 🍯 is a thin light weight framweork that provides you with Elegant Syntactic Sugar For Swift which will:\n1.clean up your codebase and make it easier to read 📖\n2.Easily Intialize objects 🛠\n3.Throw away Guard Statements with Unwrap 🎫",
"homepage": "https://github.com/chrisbkarani/Sukari",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Karani": "chrisbkarani@gmail.com"
},
"social_media_url": "https://twitter.com/cbkarani",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/chrisbkarani/Sukari.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"Foundation",
"CoreGraphics"
]
}