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
Copy file name to clipboardExpand all lines: netfox.podspec
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="netfox"
3
-
s.version="1.14.0"
3
+
s.version="1.15.0"
4
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