[Add] TensorFlowLiteSwift 0.0.1-nightly.20241231
[CocoaPods.git] / Specs / b / 9 / a / SwiftDebugLog / 0.1.0 / SwiftDebugLog.podspec.json
bloba61dcd952a96ea44a67836b06c97886b523964a6
2   "name": "SwiftDebugLog",
3   "version": "0.1.0",
4   "summary": "Lightweight Swift Debug Logger",
5   "swift_version": "4.0",
6   "description": "Swift library for logging errors in debug. Log statements include the filename, line, and function call.",
7   "homepage": "https://github.com/Dtroupe18/SwiftDebugLog",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Dtroupe18": "dave.troupe@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Dtroupe18/SwiftDebugLog.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "SwiftDebugLog/Classes/**/*"