blob: 0cc0633adcb89c7ecf59c194bef5f81f8a02fec4 [file] [log] [blame]
{
"name": "xAFDebugger",
"version": "0.1.0",
"summary": "Debug your HTTP networking easily",
"swift_version": "4.0",
"description": "xAFDebugger helps you debug your Alomafire networking calls with a few lines of code.",
"homepage": "https://github.com/akinogunc/xAFDebugger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akinogunc": "akinogunc@gmail.com"
},
"source": {
"git": "https://github.com/akinogunc/xAFDebugger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "xAFDebugger/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}