| { |
| "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" |
| } |