blob: c151e45f8bd99f3486e4db275e41f01e7b758385 [file] [log] [blame]
{
"name": "MKNetwork",
"version": "1.0.0",
"summary": "MKNetWork is a high level request util based on AFNetworking.",
"homepage": "https://github.com/mbmmhk/MKNetwork.git",
"license": "MIT",
"authors": {
"SamGu": "100667679@qq.com"
},
"source": {
"git": "https://github.com/mbmmhk/MKNetwork.git",
"tag": "1.0.0"
},
"source_files": "MKNetwork/Classes/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}