[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / b / 5 / SimpleAWS / 0.1.0 / SimpleAWS.podspec.json
blobb5756f404d03371235db9e018f124af96e8b4656
2   "name": "SimpleAWS",
3   "version": "0.1.0",
4   "summary": "SimpleAWS is a framework written in Swift that greatly simplifies and beautifies AWS API calls for iOS.",
5   "description": "SimpleAWS uses closure chaining to provide much cleaner AWS API calls. Rather than dealing with multiple nested if-elses, SimpleAWS allows a user to make an API call with just two closures.",
6   "homepage": "https://github.com/ihanken/SimpleAWS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ihanken": "ihanken@bellsouth.net"
13   },
14   "source": {
15     "git": "https://github.com/ihanken/SimpleAWS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SimpleAWS/Classes/**/*",
22   "pushed_with_swift_version": "3.0"