blob: 39fe0f610abf9bcc1a2803a63e9f37d0e162aa80 [file] [log] [blame]
{
"name": "ios-essentials",
"version": "0.1.1",
"summary": "A short description of ios-essentials.",
"swift_version": "4.0",
"description": "add simple extensions and methods to kickstart my personal projects,\nmakes adding constraints easier, makes making colors with hex values possible\nass well as other.\n\n# Todo Installation & Documentation",
"homepage": "https://github.com/a-eid/ios-essentials",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"a-eid": "a.eid@yandex.com"
},
"source": {
"git": "https://github.com/a-eid/ios-essentials.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ios-essentials/Classes/**/*"
}