blob: c442acdcc966d244ca95f3e87d0294d4defa6607 [file] [log] [blame]
{
"name": "HTTPLogger",
"version": "0.2.0",
"summary": "Logging HTTP Request with NSURLProtocol",
"description": "Pretty print HTTP Request with NSURLProtocol",
"homepage": "https://github.com/muukii/HTTPLogger",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/HTTPLogger.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "HTTPLogger/*.swift",
"pushed_with_swift_version": "3.0"
}