blob: 399ad4220a13a6ac537b9ab19e7f17b94eb2a44c [file] [log] [blame]
{
"name": "HCSStarRatingView",
"version": "1.4.2",
"summary": "Simple star rating view for iOS written in Objective-C",
"description": "A UIControl subclass to easily provide users with a basic star-rating interface. It's fully accessible, supports all device resolutions and requires no images do render the stars, thanks to PaintCode. You can, however, provide your own custom images if you like.",
"homepage": "https://github.com/hsousa/HCSStarRatingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hugo": "hsousa@me.com"
},
"social_media_url": "http://twitter.com/hsousa",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hsousa/HCSStarRatingView.git",
"tag": "1.4.2"
},
"source_files": "HCSStarRatingView/*",
"requires_arc": true
}