blob: fa91e619ff47c7b853137a140c2cabd9b097c0ce [file] [log] [blame]
{
"name": "RequestLogger",
"version": "1.0.0",
"summary": "RequestLogger is a powerful logging framework for Alamofire Requests.",
"homepage": "https://github.com/satishbabariya/RequestLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/RequestLogger.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RequestLogger.swift",
"static_framework": true,
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"frameworks": "Foundation"
}