blob: 575a836f249a32c4673b436e19d25c38c8e9a1ea [file] [log] [blame]
{
"name": "LJNetwork",
"version": "1.0.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.0.0"
},
"social_media_url": "https://github.com/manajay",
"platforms": {
"ios": "10.0"
},
"source_files": "LJNetwork/LJNetwork/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"ReachabilitySwift": [
"~> 3"
],
"SwiftyJSON": [
],
"SVProgressHUD": [
]
}
}