blob: d82237f21ed2e270ffbb2ff6154e28debdb5f418 [file] [log] [blame]
{
"name": "AXRatingView",
"version": "0.9.8",
"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\n",
"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": "0.9.8"
},
"source_files": [
"AXRatingView",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}