[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 3 / Bumbo / 1.0.0 / Bumbo.podspec.json
blob272690c7f62cab8e7e4cd6acb5ec7d118a8e0f08
2   "name": "Bumbo",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Bumbo/**/*",
22   "dependencies": {
23     "CryptoSwift": [
24       "~> 0.8.1"
25     ]
26   }