[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / LoggingViewKit / 6.1.6 / LoggingViewKit.podspec.json
blobfa220b154bfc5ab0b2650680d9be4ec8a1e72b9f
2   "name": "LoggingViewKit",
3   "version": "6.1.6",
4   "summary": "LoggingViewKit is a framework for logging and debugging.",
5   "description": "LoggingViewKit is a framework that can record user click events, etc. All records are stored in a local database and the framework does not send any data externally.",
6   "homepage": "https://github.com/HituziANDO/LoggingViewKit",
7   "license": {
8     "type": "MIT",
9     "text": "Copyright © Hituzi Ando. All rights reserved."
10   },
11   "authors": "Hituzi Ando",
12   "platforms": {
13     "ios": "13.0",
14     "osx": "10.15"
15   },
16   "source": {
17     "git": "https://github.com/HituziANDO/LoggingViewKit.git",
18     "tag": "6.1.6"
19   },
20   "source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m,swift}",
21   "ios": {
22     "exclude_files": [
23       "Frameworks/*",
24       "Sample/*"
25     ],
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "exclude_files": [
30       "Frameworks/*",
31       "Sample/*",
32       "LoggingViewKit/LoggingViewKit/iOS/*",
33       "LoggingViewKit/LoggingViewKit/LVKLogViewController.swift"
34     ]
35   },
36   "resource_bundles": {
37     "LoggingViewKit": [
38       "LoggingViewKit/PrivacyInfo.xcprivacy"
39     ]
40   },
41   "requires_arc": true,
42   "swift_versions": [
43     "5.0"
44   ],
45   "swift_version": "5.0"