[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / a / Transloadit / 3.1.0 / Transloadit.podspec.json
blobbd0e823397a72a5559a7d775b60b9f69792c4542
2   "name": "Transloadit",
3   "version": "3.1.0",
4   "summary": "Transloadit client in Swift",
5   "swift_versions": "5.0",
6   "description": "Swift client for http://transloadit.com called TransloaditKit. Mac and iOS compatible.",
7   "homepage": "https://github.com/transloadit/TransloaditKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tjeerd in t Veen": "tjeerd@twinapps.co"
14   },
15   "source": {
16     "git": "https://github.com/transloadit/TransloaditKit.git",
17     "tag": "3.1.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/TransloaditKit/**/*",
24   "dependencies": {
25     "TUSKit": [
26       "~> 3.1.5"
27     ]
28   },
29   "swift_version": "5.0"