[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 2 / 4 / 3 / Bumbo / 1.1.0 / Bumbo.podspec.json
blob2336d1ab37f9171de724a3a0ded9c0e2ab465d1d
2   "name": "Bumbo",
3   "version": "1.1.0",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guilherme Araújo": "guilhermeama@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/guilhermearaujo/Bumbo.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Bumbo/**/*",
22   "dependencies": {
23     "CryptoSwift": [
24       "~> 0.8.1"
25     ]
26   }