blob: 16f9c7ca38fe5ab0a8545b4c545f54ebde80ebf0 [file] [log] [blame]
{
"name": "LHNetworkBase",
"version": "0.0.5",
"summary": "A base networking layer built on top of Alamofire and SwiftyJSON.",
"homepage": "https://qiita.com/vc7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vc7": "vince78718@gmail.com"
},
"social_media_url": "http://twitter.com/vince78718",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vc7/LHNetworkBase.git",
"tag": "0.0.5"
},
"source_files": "LHNetworkBase/*.{swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}