You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,6 +68,11 @@ If you prefer not to use dependency managers, you can integrate netfox into your
67
68
68
69
You can do it by copying the "netfox" folder in your project (make sure that "Create groups" option is selected)
69
70
71
+
The above folder contains 3 subfolders: Core, iOS and OSX.
72
+
73
+
If you target on iOS keep only Core and iOS folders (remove OSX folder)
74
+
If you target on OSX keep only Core and OSX folders (remove iOS folder)
75
+
70
76
## Start
71
77
72
78
To start netfox add the following line in didFinishLaunchingWithOptions: method of your AppDelegate
@@ -155,6 +161,10 @@ Tip: You can use the url of the host (for example "https://www.github.com") to i
155
161
- If you experience any problems with request logging please check [this](https://github.com/kasketis/netfox/blob/master/Workarounds.md). If you don't get your answer please open an [issue](https://github.com/kasketis/netfox/issues)
156
162
- Due to the large size of request/response bodies, the library provides disk storage for low memory overhead
157
163
164
+
## Thanks
165
+
166
+
Special thanks to [tbaranes](https://github.com/tbaranes) and [vincedev](https://github.com/vincedev) for their contribution on OSX library!
167
+
158
168
## Licence
159
169
160
170
All source code is licensed under [MIT License](https://github.com/kasketis/netfox/blob/master/LICENSE). Which means you could do virtually anything with the code. I will appreciate it very much if you keep an attribution where appropriate.
s.summary="A lightweight, one line setup, iOS network debugging library!"
3
+
s.version="1.8"
4
+
s.summary="A lightweight, one line setup, iOS/OSX network debugging library!"
5
5
6
6
s.description=<<-DESC
7
7
A lightweight, one line setup, network debugging library that provides a quick look on all executed network requests performed by your app. It grabs all requests - of course yours, requests from 3rd party libraries (such as AFNetworking or else), UIWebViews, and more. Very useful and handy for network related issues and bugs.
0 commit comments