blob: 067787eb0bc8fbc6162fde96d05f9cf885e5bfc5 [file] [log] [blame]
{
"name": "QiniuUpload",
"version": "1.2.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": {
"huhuanming": "workboring@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/huhuanming/qiniu_upload.git",
"tag": "1.2.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 2.0"
]
}
}