blob: b20ca8f16d9f9e46303025d52e8dd8df8bbecb6c [file] [log] [blame]
{
"name": "YKNetTool",
"version": "0.0.1",
"summary": "网络请求框架",
"description": "基于AFNetworking封装的网络层。提供常用的GET/POST接口、上传下载图片、文件接口、支持缓存等",
"homepage": "https://github.com/tukzi/YKNetTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hesong_ios@163.com": "hesong_ios@163.com"
},
"source": {
"git": "https://github.com/tukzi/YKNetTool.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YKNetTool/**/*",
"public_header_files": "YKNetTool/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
]
}
}