blob: e80297f2b560f2262fcf07930f649434ebfba701 [file] [log] [blame]
{
"name": "BaseNetwork",
"version": "0.2.0",
"summary": "A short description of BaseNetwork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://gitlab.xuanke.com/iOS/BaseNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"taozui": "taozui@kaochong.com"
},
"source": {
"git": "git@gitlab.xuanke.com:iOS/BaseNetwork.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "BaseNetwork/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireObjectMapper": [
],
"ObjectMapper": [
],
"SwiftyJSON": [
],
"CocoaLumberjack/Swift": [
],
"CodableAlamofire": [
],
"ReachabilitySwift": [
],
"CryptoSwift": [
],
"KCLogger": [
]
}
}