[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / b / 9 / 6 / TUSKit / 1.4.1 / TUSKit.podspec.json
blobaa13f71534652a0dafe2c782b7c552e5d056f992
2   "name": "TUSKit",
3   "version": "1.4.1",
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.1"
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   ]