blob: d475b17d8f6d0a7c84071a307e12473e2607100b [file] [log] [blame]
{
"name": "netfox",
"version": "1.2.1",
"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/overview0_2.gif",
"license": "MIT",
"authors": "Christos Kasketis",
"source": {
"git": "https://github.com/kasketis/netfox.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "netfox"
}