blob: 23338c8e20e999958a26576020a9cb298d0afe79 [file] [log] [blame]
{
"name": "XKFileDownloader",
"version": "1.0.1",
"summary": "基于AFNetworking的网络文件下载工具类库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ryanmans/XKFileDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALLen、LAS": "1696186412@qq.com"
},
"source": {
"git": "https://github.com/ryanmans/XKFileDownloader.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKFileDownloader/Classes/**/*",
"public_header_files": "XKFileDownloader/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XKFileManager": [
],
"XKHttpNetworkHelper": [
]
}
}