blob: 599355a21b0ae0c3132ac067a15c2e041dbeaec6 [file] [log] [blame]
{
"name": "HMWDStarRatingView",
"version": "0.4",
"summary": "Simple star rating view for iOS written in Swift (Ported over from HCSStarRatingView)",
"description": "A UIControl subclass to easily provide users with a basic star-rating interface. It supports all device resolutions and requires no images do render the stars, thanks to PaintCode.",
"homepage": "https://github.com/justwudi/WDStarRatingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wu Di": "justwudi@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Holmusk/WDStarRatingView.git",
"tag": "0.4"
},
"source_files": "WDStarRatingView/WDStarRatingView*.swift"
}