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