blob: a77cba02f3c78feb15530f74584bfa2c4402d65a [file] [log] [blame]
{
"name": "JKCNetEngine",
"version": "0.0.5",
"summary": "JKCNetEngine.",
"description": "this is JKCNetEngine",
"homepage": "http://gitlab.jianke.com/com_iOS/JKCNetEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liqinghong": "liqinghong@jianke.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.jianke.com/com_iOS/JKCNetEngine.git",
"tag": "0.0.5"
},
"source_files": [
"JKCBaseNetEngine/BaseNetEngine/*.{h,m}",
"JKCBaseNetEngine/Targets/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"CocoaSecurity": [
],
"JKCTMediator": [
]
}
}