[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / 6 / TUSKit / 1.3.13 / TUSKit.podspec.json
blob1ee16561b29d68967f847445ab25fcfa02aeb50d
2   "name": "TUSKit",
3   "version": "1.3.13",
4   "summary": "The tus client for iOS.",
5   "description": "An iOS implementation of the tus resumable video upload protocol.",
6   "homepage": "https://github.com/tus/tus-ios-client",
7   "license": "MIT",
8   "authors": {
9     "Michael Avila": "me@michaelavila.com",
10     "Mark Robert Masterson": "mark@masterson.io"
11   },
12   "source": {
13     "git": "https://github.com/tus/tus-ios-client.git",
14     "tag": "1.3.13"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "module_name": "TUSKit",
22   "module_map": "Supporting Files/module.modulemap",
23   "source_files": [
24     "TUSKit/*.{h,m}",
25     "Supporting Files/*.{h}"
26   ]