blob: fe34d126cea770e82b1e81a98e4deeb3c2b2a809 [file] [log] [blame]
{
"name": "Sniffer",
"version": "1.6.1",
"summary": "Automatic network activity logger for Swift",
"homepage": "https://github.com/Kofktu/Sniffer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kofktu": "kofktu@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Kofktu/Sniffer.git",
"tag": "1.6.1"
},
"source_files": "Sniffer/Classes/**/*.{swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true
}