4 "summary": "A simple set of debug/warning/error macros for iOS",
5 "description": "Provides a simple set of logging functions:\n DLog, WLog, ELog for iOS that behaves like NSLog,\n providing DEBUG, WARNING, and ERROR level outputs.",
6 "homepage": "https://github.com/dannys42/DSLogs",
9 "Danny Sung": "danny@dannysung.com"
12 "git": "https://github.com/dannys42/DSLogs.git",
15 "swift_versions": "5.1",
20 "source_files": "Pod/Classes/**/*.{m,h,swift}",
21 "public_header_files": "Pod/Classes/**/*.h",
22 "swift_version": "5.1"