blob: 3e89aed113d4711ba65d3a8ee71eaf406f19ec85 [file] [log] [blame]
{
"name": "Cauliframework",
"version": "1.0",
"summary": "Helps you to intercept network requests.",
"description": "Cauli is a network debugging framework featuring a plugin infrastructure to hook into selected request and responses as well as recording and displaying performed requests. It provides a wide range of possibilities. For example from inspecting network traffic to mock UnitTests. Missing something fancy? How about writing your own Plugin.",
"homepage": "https://cauli.works",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cornelius Horstmann": "cornelius@brototyp.de",
"Pascal Stüdlein": "mail@pascal-stuedlein.de"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/cauliframework/cauli.git",
"tag": "1.0"
},
"source_files": [
"Cauli",
"Cauli/**/*.swift"
],
"swift_version": "4.2",
"resources": "Cauli/**/*.xib"
}