blob: c3fa014b46e005f077ca5992b92b134b1be88834 [file] [log] [blame]
{
"name": "KLNetManager",
"version": "0.0.1",
"summary": "一个简易的网络请求,结合了MJExtension,请求与解析数据",
"homepage": "https://github.com/KingLight/KLNetManager.git",
"license": "MIT",
"authors": {
"King": "dreamhut417@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KingLight/KLNetManager.git",
"tag": "0.0.1"
},
"source_files": "KLNetDemo/KLNetManager/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.0.15"
]
}
}