[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / c / 0 / 4 / LoggingViewKit / 0.5.1 / LoggingViewKit.podspec.json
blob3c546a48813d2adc7c49d836793718777dcd80f1
2   "name": "LoggingViewKit",
3   "version": "0.5.1",
4   "summary": "LoggingViewKit is simple view logging library.",
5   "description": "LoggingViewKit is a library tracking a user operation.",
6   "homepage": "https://github.com/HituziANDO/LoggingViewKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
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": "0.5.1"
19   },
20   "source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
21   "ios": {
22     "exclude_files": [
23       "Frameworks/*",
24       "Sample/*"
25     ]
26   },
27   "osx": {
28     "exclude_files": [
29       "Frameworks/*",
30       "Sample/*",
31       "LoggingViewKit/LoggingViewKit/iOS/*"
32     ]
33   },
34   "requires_arc": true