blob: a90d188495401d72364fec01c90e7109b109a135 [file] [log] [blame]
{
"name": "Sniffer",
"version": "1.0.6",
"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.0.6"
},
"source_files": "Sniffer/Classes/**/*.{swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}