blob: 5f310ea144831989ec9c4510133d1ff5737633fa [file] [log] [blame]
{
"name": "QiniuUpload",
"version": "1.0.1",
"summary": "支持批量上传的七牛上传sdk,音频、视频、图片都是支持滴",
"description": " A longer description of QiniuUpload in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/huhuanming/qiniu_upload",
"license": "MIT",
"authors": {
"hu": "workboring@gmail.com",
"ZhengHongchuan": "411385771@qq.com",
"JohnsonHwuang": "huangxiangsh@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/huhuanming/qiniu_upload.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 2.0"
]
}
}