blob: d89749b1f912dcf21cc160e4fed8c66c71868516 [file] [log] [blame]
{
"name": "LJNetwork",
"version": "1.1.0",
"summary": "An HTTP networking library",
"description": "An HTTP networking library written in Swift",
"homepage": "https://github.com/manajay/LJNetwork",
"license": "MIT",
"authors": {
"manajay": "manajay.dlj@gmail.com"
},
"source": {
"git": "https://github.com/manajay/LJNetwork.git",
"tag": "1.1.0"
},
"social_media_url": "https://github.com/manajay",
"platforms": {
"ios": "10.0"
},
"source_files": "LJNetwork/LJNetwork/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"ReachabilitySwift": [
"~> 4"
],
"SwiftyJSON": [
],
"SVProgressHUD": [
]
}
}