blob: 2146382a76f90664a00f1bed943faff2ae6bced2 [file] [log] [blame]
{
"name": "TUSKitBackground",
"version": "1.5.1",
"summary": "The tus client for iOS.",
"description": "An iOS implementation of the tus resumable video upload protocol.",
"homepage": "https://github.com/tus/tus-ios-client",
"license": "MIT",
"authors": {
"Michael Avila": "me@michaelavila.com",
"Mark Robert Masterson": "mark@masterson.io"
},
"source": {
"git": "https://github.com/mironchyk/TUSKit.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"module_name": "TUSKit",
"module_map": "Supporting Files/module.modulemap",
"source_files": [
"TUSKit/*.{h,m}",
"Supporting Files/*.{h}"
]
}