Latest | 1.0.1 |
---|---|
Homepage | https://cauli.works |
License | MIT |
Platforms | ios 8.0 |
Authors | , |
Latest podspec
{ "name": "Cauliframework", "version": "1.0.1", "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": "[email protected]", "Pascal Stu00fcdlein": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/cauliframework/cauli.git", "tag": "1.0.1" }, "source_files": [ "Cauli", "Cauli/**/*.swift" ], "swift_versions": "4.2", "resources": "Cauli/**/*.xib", "swift_version": "4.2" }
Fri, 24 May 2019 10:37:05 +0000