blob: 35e10516673965a95ce3336043c754e321b913ab [file] [log] [blame]
{
"name": "EZRatingView",
"version": "2.0.0",
"summary": "Star mark rating view",
"description": "Star mark rating view for a review scene.\n- Smooth rating (ex. 4.22 -> 4.23)\n- Step rating by 1.0 (ex. 3.00 -> 4.00)\n- Step rating by 0.5 (ex. 3.00 -> 3.50 -> 4.00)\n- Set other unicode character (not star character)\n- Set image\n- Set color\n- Editable & Not Editable\n- Easy to Get/Set.\n- Compatibility for iOS6, iOS7, iOS8",
"homepage": "https://github.com/EvianZhow/EZRatingView",
"screenshots": "https://raw.github.com/EvianZhow/EZRatingView/master/EZRatingViewDemo/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evian Zhow": "evianzhow@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/EvianZhow/EZRatingView.git",
"tag": "2.0.0"
},
"source_files": [
"EZRatingView",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}