[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 9 / 0 / RuAWSS3 / 0.1.0-beta / RuAWSS3.podspec.json
blob3444eaba03ac728222aaa5d4edce4eb98e162296
2   "name": "RuAWSS3",
3   "version": "0.1.0-beta",
4   "summary": "Ridiculously Uncomplicated AWS S3",
5   "description": "This pod abstracts the (unnecessarily) complicated Amazon's official library for S3.\nAlso, asynchronous calls are encapsulated with PromiseKit.",
6   "homepage": "https://github.com/brunomacabeusbr/RuAWSS3",
7   "screenshots": "http://i.imgur.com/ubPEHUL.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Macabeus": "bruno.macabeus@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/brunomacabeusbr/RuAWSS3.git",
17     "tag": "0.1.0-beta"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RuAWSS3/Classes/**/*",
23   "dependencies": {
24     "AWSS3": [
25       "~> 2.4.16"
26     ],
27     "PromiseKit": [
28       "~> 4.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"