[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / e / RSLog / 0.1.0 / RSLog.podspec.json
blob8dfb309b8cc9849adc1f0ebc11c614f02f350b8c
2   "name": "RSLog",
3   "version": "0.1.0",
4   "summary": "Lightweight thread-safe logging framework implemented in Swift (OSLog supported).",
5   "description": "Features:\n- OSLog support\n- Emoji and text log levels for visual perception\n- Filename and line number logging\n- Function name logging\n- Three log levels: Info, Debug, Error\n- Works only for debug builds",
6   "homepage": "https://github.com/m3rkus/RSLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "m3rkus": "roma4271@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5",
18   "source": {
19     "git": "https://github.com/m3rkus/RSLog.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "RSLog",
24     "RSLog/RSLog/**/*.{h,m,swift}"
25   ],
26   "swift_version": "5"