[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / e / 6 / QiniuUpload / 3.0.0 / QiniuUpload.podspec.json
blobb8f4502b8f182291c353139f9c8f51f569f46679
2   "name": "QiniuUpload",
3   "version": "3.0.0",
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!",
6   "homepage": "https://github.com/huhuanming/qiniu_upload",
7   "license": "MIT",
8   "authors": {
9     "huhuanming": "workboring@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/huhuanming/qiniu_upload.git",
17     "tag": "3.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/*.{h,m}"
22   ],
23   "ios": {
24     "source_files": "Classes/POSInputStreamLibrary/*.{h,m}",
25     "frameworks": "UIKit"
26   },
27   "exclude_files": "Classes/Exclude",
28   "frameworks": "Foundation",
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "requires_arc": true