-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a865735
commit bf66110
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "DebugSwift", | ||
"version": "0.3.8", | ||
"summary": "A robust toolkit for simplifying and enhancing the debugging process in Swift applications.", | ||
"description": "DebugSwift is a comprehensive toolkit designed to streamline and elevate the debugging experience for Swift-based applications. Whether you are troubleshooting issues or optimizing performance, DebugSwift offers a powerful set of features to make your debugging process more efficient and effective.", | ||
"homepage": "https://github.com/DebugSwift/DebugSwift", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Matheus Gois": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/DebugSwift/DebugSwift.git", | ||
"tag": "0.3.8" | ||
}, | ||
"platforms": { | ||
"ios": "12.0" | ||
}, | ||
"swift_versions": "5.7", | ||
"source_files": "DebugSwift/Sources/**/*", | ||
"resource_bundles": { | ||
"DebugSwift": [ | ||
"DebugSwift/Resources/*.lproj/*.strings" | ||
] | ||
}, | ||
"swift_version": "5.7" | ||
} |