blob: 7bbb4ccb7459f26d432ce332cb6783df96360695 [file] [log] [blame]
{
"name": "Xniffer",
"version": "2.0.0",
"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": "2.0.0"
},
"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": "4.0"
}