blob: 62a4581cf5a4167c49dfa2d618cf919fd5ef97d7 [file] [log] [blame]
{
"name": "HTTPLogger",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "HTTPLogger/*.swift"
}