blob: db6a896a34b093ed2cb4dcaa8b7bb397866e8079 [file] [log] [blame]
{
"name": "AeroSwift",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AeroSwift/Classes/Extensions/*.swift",
"frameworks": "UIKit"
}