[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / b / 5 / SimpleAWS / 0.1.60 / SimpleAWS.podspec.json
blob4937f6337e9c90c6ce28cfbb893221aa98748bc1
2   "name": "SimpleAWS",
3   "version": "0.1.60",
4   "summary": "A CocoaPod for simplifying and beautifying AWS API calls in Swift.",
5   "description": "SimpleAWS uses closure chaining to provide a much more readable syntax for AWS calls. Currently only DynamoDB and Cognito are supported, but\n                        all AWS modules will be suported eventually.",
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.60"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SimpleAWS/Classes/**/*",
22   "dependencies": {
23     "AWSCore": [
25     ],
26     "AWSCognito": [
28     ],
29     "AWSCognitoIdentityProvider": [
31     ],
32     "AWSDynamoDB": [
34     ],
35     "AWSS3": [
37     ]
38   },
39   "pushed_with_swift_version": "3.0"