blob: a55cfc9416a46e615b05165ef0367f3d2f7e9dc5 [file] [log] [blame]
{
"name": "ios-essentials",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ios-essentials/Classes/**/*"
}