[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / a / Transloadit / 3.2.0 / Transloadit.podspec.json
blobe4f91ca86c32959212f7f9730064a4d777c5bd6b
2   "name": "Transloadit",
3   "version": "3.2.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": "Transloadit",
13   "source": {
14     "git": "https://github.com/transloadit/TransloaditKit.git",
15     "tag": "3.2.0"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.11"
20   },
21   "source_files": "Sources/TransloaditKit/**/*",
22   "dependencies": {
23     "TUSKit": [
24       "~> 3.3.0"
25     ]
26   },
27   "swift_version": "5.0"