blob: e0e4f3e94bffa40d234d33c2951ac91751218338 [file] [log] [blame]
{
"name": "AXRatingView",
"version": "1.0.4",
"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/akiroom/AXRatingView",
"screenshots": "https://raw.github.com/akiroom/AXRatingView/master/AXRatingViewDemo/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroki Akiyama": "aki-hiroki@nifty.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/akiroom/AXRatingView.git",
"tag": "1.0.4"
},
"source_files": [
"AXRatingView",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}