blob: a9a350fbeb6119e45a129690ffb9e4a07a4f3385 [file] [log] [blame]
{
"name": "TVUploader",
"version": "0.1.2",
"summary": "Twitter Video Uploader + Format Validater",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://noppelab.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomoya Hirano": "cromteria@gmail.com"
},
"source": {
"git": "https://github.com/noppefoxwolf/TVUploader-iOS.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TVUploader/Classes/**/*",
"dependencies": {
"STTwitter": [
],
"SwiftTask": [
],
"Unbox": [
]
},
"subspecs": [
{
"name": "STTwitter",
"source_files": "TVUploader/STTwitter/Classes/**/*",
"dependencies": {
"STTwitter": [
]
}
}
]
}