[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / c / WYDownloadManager / 0.0.4 / WYDownloadManager.podspec.json
blobdb2e5d78bc94dd806c3e9c2b2e156ea7f4191feb
2   "name": "WYDownloadManager",
3   "version": "0.0.4",
4   "summary": "Slice Downloader used on iOS.",
5   "description": "Slice Downloader used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/wuyaGit/WYDownloadManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youngBi": "407671883@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wuyaGit/WYDownloadManager.git",
19     "tag": "0.0.4"
20   },
21   "source_files": [
22     "WYDownloadManager",
23     "WYDownloadManager/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "FMDB": [
32       "~> 2.7.2"
33     ]
34   }