[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 6 / QiniuUpload / 0.1 / QiniuUpload.podspec.json
blob5acab4e2e9b40c45c947541503b3669388748eb7
2   "name": "QiniuUpload",
3   "version": "0.1",
4   "summary": "支持批量上传的七牛上传sdk,慢慢会加入支持服务器回调服务器参数设置等功能,= =po主更新可能慢~",
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     "hu": "workboring@gmail.com",
10     "ZhengHongchuan": "411385771@qq.com",
11     "JohnsonHwuang": "huangxiangsh@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/huhuanming/qiniu_upload.git",
18     "tag": "0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "AFNetworking": [
32       ">= 2.0"
33     ]
34   }