[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / 9 / AeroSwift / 0.1.4 / AeroSwift.podspec.json
blob02ece379ab737084cdb379f7c9cb12ce6ad1d32e
2   "name": "AeroSwift",
3   "version": "0.1.4",
4   "summary": "Boilerplate code for kickstarting iOS apps.",
5   "description": "Boilerplate code for kickstarting iOS apps. Install library into project, never have to write this generic code again.",
6   "homepage": "https://github.com/djevtic87/AeroSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dejan Jevtic": "dejanjevtic87@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/djevtic87/AeroSwift.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AeroSwift/Classes/**/*.{h,m,swift}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7"
26     ]
27   }