blob: 42f24ec6632a1e9913bc5b6597566b31db8d172d [file] [log] [blame]
{
"name": "LHNetworkBase",
"version": "0.0.2",
"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": "10.0"
},
"source": {
"git": "https://github.com/vc7/LHNetworkBase.git",
"tag": "0.0.2"
},
"source_files": "LHNetworkBase/*{swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}