Skip to content

Commit

Permalink
ADD: Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kasketis committed Nov 24, 2015
1 parent d1702f5 commit 9732a3a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions netfox.podspec
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
}

0 comments on commit 9732a3a

Please sign in to comment.