blob: ca3fcfcaaca056348e2f896a7b10c55120c0e19b [file] [log] [blame]
{
"name": "Xniffer",
"version": "1.0.3",
"summary": "A swift network profiler built on top URLSession.",
"homepage": "https://github.com/xmartlabs/Xniffer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/Xniffer.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.xib",
"Sources/**/*.{swift}"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"pushed_with_swift_version": "3.0"
}