[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 6 / TUSKit / 1.4.2 / TUSKit.podspec.json
blobed18c14277ec712bc0ea1cd38e414033ac1822bf
2   "name": "TUSKit",
3   "version": "1.4.2",
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.4.2"
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   ]