-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "netfox", | ||
"version": "0.1.5", | ||
"summary": "A lightweight, one line setup, iOS network debugging library!", | ||
"description": "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.", | ||
"homepage": "https://github.com/kasketis/netfox", | ||
"screenshots": "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview.gif", | ||
"license": "MIT", | ||
"authors": "Christos Kasketis", | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
"source": { | ||
"git": "https://github.com/kasketis/netfox.git", | ||
"tag": "0.1.5" | ||
}, | ||
"source_files": "netfox", | ||
"exclude_files": "Classes/Exclude", | ||
"requires_arc": true | ||
} |