blob: 839a2cc212436643cdca7111bdb69ab83fed471b [file] [log] [blame]
{
"name": "XDQiniuUpload",
"version": "1.0.0",
"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/ewenlong03/qiniu_upload",
"license": "MIT",
"authors": {
"ewenlong03": "ewenlong03@163.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ewenlong03/qiniu_upload.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"ios": {
"source_files": "Classes/POSInputStreamLibrary/*.{h,m}",
"frameworks": "UIKit"
},
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true
}