blob: 6b2a322373f70dd864842766321e953a2b07777f [file] [log] [blame]
{
"name": "RateView",
"version": "1.2",
"summary": "RateView for iOS Objective-C is a subclass of UIView.",
"description": "RateView is a UIView subclass that creates a customizable rating view containing rating stars in it. \n It fills out the stars in percentage fill manner. It can be used for -\n * displaying a rating for an item canRate = NO OR\n * actually provide user a chance to rate any product or item canRate = YES.",
"homepage": "https://github.com/taruntyagi697/RateView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tarun Tyagi": "taruntyagi697@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/taruntyagi697/RateView.git",
"tag": "v1.2"
},
"source_files": "RateView",
"requires_arc": true
}