blob: 2777fdedd8b9171289c08f99f4d2cf1b9b1be2f2 [file] [log] [blame]
{
"name": "AeroSwift",
"version": "0.1.1",
"summary": "Boilerplate code for kickstarting iOS apps.",
"description": "Boilerplate code for kickstarting iOS apps. Install library into project, never have to write this generic code again.",
"homepage": "https://github.com/djevtic87/AeroSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dejan Jevtic": "dejanjevtic87@gmail.com"
},
"source": {
"git": "https://github.com/djevtic87/AeroSwift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AeroSwift/Classes/Extensions/*.swift",
"frameworks": "UIKit"
}