blob: 30b62d8f2d718e290c12e39a63f1c17747178648 [file] [log] [blame]
{
"name": "DSLogs",
"version": "0.2.0",
"summary": "A simple set of debug/warning/error macros for iOS",
"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.",
"homepage": "https://github.com/dannys42/DSLogs",
"license": "MIT",
"authors": {
"Danny Sung": "danny@dannysung.com"
},
"source": {
"git": "https://github.com/dannys42/DSLogs.git",
"tag": "0.2.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{m,h,swift}",
"public_header_files": "Pod/Classes/**/*.h",
"swift_version": "5.1"
}