blob: f5008dc889d131ac688014a093a0bfb4e357bf8f [file] [log] [blame]
{
"name": "RequestLogger",
"version": "0.1.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": "0.1.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"
}