[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 9 / DSLogs / 0.2.0 / DSLogs.podspec.json
blob30b62d8f2d718e290c12e39a63f1c17747178648
2   "name": "DSLogs",
3   "version": "0.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Danny Sung": "danny@dannysung.com"
10   },
11   "source": {
12     "git": "https://github.com/dannys42/DSLogs.git",
13     "tag": "0.2.0"
14   },
15   "swift_versions": "5.1",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{m,h,swift}",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "swift_version": "5.1"