blob: 794b138fc20f18d6a9d3a5fe9508f382c446a253 [file] [log] [blame]
{
"name": "QiniuUpload",
"version": "1.5.2",
"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!",
"homepage": "https://github.com/huhuanming/qiniu_upload",
"license": "MIT",
"authors": {
"huhuanming": "workboring@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/huhuanming/qiniu_upload.git",
"tag": "1.5.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 3.0"
]
}
}