Skip to content

Commit

Permalink
[Add] LogBird 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermanzo authored and CocoaPodsBot committed Dec 18, 2024
1 parent 2d1e429 commit 2096a23
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Specs/a/6/a/LogBird/1.0.0/LogBird.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "LogBird",
"version": "1.0.0",
"summary": "LogBird is a powerful yet simple logging library for Swift, designed to provide flexible and efficient console logging.",
"homepage": "https://github.com/javiermanzo/LogBird",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Javier Manzo": "[email protected]"
},
"source": {
"git": "https://github.com/javiermanzo/LogBird.git",
"tag": "1.0.0"
},
"social_media_url": "https://www.linkedin.com/in/javiermanzo/",
"platforms": {
"ios": "15.0"
},
"swift_versions": "5.0",
"source_files": "Sources/LogBird/**/*",
"swift_version": "5.0"
}

0 comments on commit 2096a23

Please sign in to comment.