blob: ff75c4487f0af0cb0cb6ccdf9f96b4a3713d027d [file] [log] [blame]
{
"name": "YKNetKit",
"version": "1.0.1",
"summary": "封装AFNetworking请求",
"description": "基于AFNetworking3.0以上版本封装的网络层。提供常用的GET/POST接口、上传下载图片、文件接口、支持缓存等。",
"homepage": "https://github.com/tukzi/HSNetKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songhe": "hesong_ios@163.com"
},
"source": {
"git": "https://github.com/tukzi/HSNetKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YKNetKit/Classes/**/*",
"public_header_files": "YKNetKit/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
}