blob: b27a19c9ce098bbfd367766d6e01bb01edb5454b [file] [log] [blame]
{
"name": "TUSKit",
"version": "1.0.0",
"summary": "An iOS implementation of the tus resumable video upload protocol.",
"description": " An iOS implementation of the tus resumable video upload protocol.\n\n",
"homepage": "https://github.com/tus/tus-ios-client",
"license": "MIT",
"authors": {
"Michael Avila": "me@michaelavila.com"
},
"source": {
"git": "https://github.com/tus/tus-ios-client.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}