[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / e / 6 / QiniuUpload / 1.3 / QiniuUpload.podspec.json
blobf968f9593368173e5b941cccd8c981d4fedcb181
2   "name": "QiniuUpload",
3   "version": "1.3",
4   "summary": "支持批量上传的七牛上传sdk,音频、视频、图片都是支持滴",
5   "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",
6   "homepage": "https://github.com/huhuanming/qiniu_upload",
7   "license": "MIT",
8   "authors": {
9     "huhuanming": "workboring@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/huhuanming/qiniu_upload.git",
16     "tag": "1.3"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       ">= 2.0"
31     ]
32   }