[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 3 / XKFileDownloader / 0.1.0 / XKFileDownloader.podspec.json
blob26161dada53f40ecccdc23907df39b1212ce4b4d
2   "name": "XKFileDownloader",
3   "version": "0.1.0",
4   "summary": "基于AFNetworking的网络文件下载工具类库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ryanmans/XKFileDownloader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ALLen、LAS": "1696186412@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ryanmans/XKFileDownloader.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XKFileDownloader/Classes/**/*",
22   "public_header_files": "XKFileDownloader/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "XKFileManager": [
30     ],
31     "XKHttpNetworkHelper": [
33     ]
34   }