[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / c / netfox / 1.21.0 / netfox.podspec.json
blobeadbf37fa7fd06eac649cf8ca4639b2ce2bc0540
2   "name": "netfox",
3   "version": "1.21.0",
4   "summary": "A lightweight, one line setup, iOS/OSX network debugging library!",
5   "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.",
6   "homepage": "https://github.com/kasketis/netfox",
7   "screenshots": "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_5_3.gif",
8   "license": "MIT",
9   "authors": "Christos Kasketis",
10   "source": {
11     "git": "https://github.com/kasketis/netfox.git",
12     "tag": "1.21.0"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "requires_arc": true,
20   "source_files": "netfox/Core/*.{swift}",
21   "ios": {
22     "source_files": "netfox/iOS/*.swift"
23   },
24   "osx": {
25     "source_files": "netfox/OSX/*.{swift,xib}"
26   },
27   "swift_version": "5.0"