blob: 02ece379ab737084cdb379f7c9cb12ce6ad1d32e [file] [log] [blame]
{
"name": "AeroSwift",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AeroSwift/Classes/**/*.{h,m,swift}",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}