[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 4 / 3 / Bumbo / 1.1.1 / Bumbo.podspec.json
blob25e92a743fabea4d5ebd3a1670200afa32b0bd30
2   "name": "Bumbo",
3   "version": "1.1.1",
4   "summary": "A swifty client for Thumbor",
5   "description": "Bumbo is a client for [Thumbor](https://github.com/thumbor/thumbor) written in Swift.\nIt helps you adding filters to images without worries.",
6   "homepage": "https://github.com/guilhermearaujo/Bumbo",
7   "documentation_url": "http://guilhermearaujo.me/Bumbo",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Guilherme Araújo": "guilhermeama@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/guilhermearaujo/Bumbo.git",
17     "tag": "1.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Bumbo/**/*.swift",
23   "dependencies": {
24     "CryptoSwift": [
25       "~> 0.11"
26     ]
27   }