Skip to content

Commit

Permalink
[Add] SBStarRatingControl 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirit-jsb authored and CocoaPodsBot committed Aug 2, 2023
1 parent 700287f commit eaf2f3a
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "SBStarRatingControl",
"version": "1.0.0",
"summary": "A lightweight and pure Swift implemented library for customizable star rating control.",
"description": "SBStarRatingControl is a lightweight and pure Swift implemented library for customizable star rating control.",
"homepage": "https://github.com/spirit-jsb/SBStarRatingControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"spirit-jsb": "[email protected]"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/spirit-jsb/SBStarRatingControl.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/**/*.swift"
],
"requires_arc": true,
"swift_version": "5.0"
}

0 comments on commit eaf2f3a

Please sign in to comment.