[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 6 / f / c / DLLogging / 1.1.0 / DLLogging.podspec.json
blob852f0514d75e8603dae4b2fd731c92f95cf52f7d
2   "name": "DLLogging",
3   "version": "1.1.0",
4   "summary": "Swift's Framework Logging",
5   "description": "A unified logging for iOS/MacOS application written in Swift. \nModularize, Centralize, easier to extend Logging.\nIt supports log levels: verbose, debug, info, warning, error, severe.\nBuild-in Loggings: Console, File.",
6   "homepage": "https://lengocduy.github.io/DLLogging",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Le Ngoc Duy": "askbills@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/askbills",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.15"
18   },
19   "source": {
20     "git": "https://github.com/lengocduy/DLLogging.git",
21     "tag": "v1.1.0"
22   },
23   "source_files": [
24     "Logging",
25     "Logging/**/*.{h,m,swift}"
26   ],
27   "exclude_files": "Logging/Exclude",
28   "public_header_files": "Logging/**/*.h",
29   "swift_versions": "5.0",
30   "swift_version": "5.0"