blob: 18ad1f0f44634aaec0d6a6479c0438c1f43445c8 [file] [log] [blame]
{
"name": "KLNetManager",
"version": "0.0.2",
"summary": "一个简单的网络请求框架,结合了AFNetworking和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.2"
},
"source_files": "KLNetManager/KLNetManager/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.0.15"
]
}
}