blob: 6311978e311235341a865fb47b0fa6ff72ce4182 [file] [log] [blame]
{
"name": "KJNetwork",
"version": "0.0.8",
"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.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KJNetwork/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"MJExtension": [
]
}
}