blob: a414c4c0ab184fe70d9160e4551acfeb15cb0743 [file] [log] [blame]
{
"name": "LHNetworkBase",
"version": "0.0.1",
"summary": "A base networking layer built on top of Alamofire and SwiftyJSON.",
"description": "Now is using just in personal projects, not going on public yet. But feel free to send issues or PRs.",
"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.1"
},
"source_files": "LHNetworkBase",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}