-
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
700287f
commit eaf2f3a
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
Specs/f/d/c/SBStarRatingControl/1.0.0/SBStarRatingControl.podspec.json
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": "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" | ||
} |