blob: e9d6242e70460536d90b9cbed00eb4f3aeb72ac7 [file] [log] [blame]
{
"name": "KJNetwork",
"version": "0.0.11",
"summary": "KJNetwork",
"description": "TODO: 基于AFN的网络请求",
"homepage": "https://github.com/kj-huang/KJNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jin": "kegem@foxmail.com"
},
"source": {
"git": "https://github.com/kj-huang/KJNetwork.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KJNetwork/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"MJExtension": [
]
}
}