blob: 31c080d906a17acb9332b2e3317471250995fe55 [file] [log] [blame]
{
"name": "MKNetwork",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "MKNetwork/Classes/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}