blob: 83f1a951310a163327fa7e2b0b0324803f2de711 [file] [log] [blame]
{
"name": "AMRatingControl",
"version": "1.1.3",
"summary": "A simple rating control for the iPhone.",
"description": " AMRatingControl is a UI control that resembles the 'star rating' control seen in the iPod app.\n AMRatingControl allows you to select a rating starting from 0 to any number of stars you want.\n You can use default star symbols and customize colors or specify custom images.\n",
"homepage": "https://github.com/amseddi/AMRatingControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "amseddi",
"source": {
"git": "https://github.com/amseddi/AMRatingControl.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"resources": [
"star.png",
"dot.png"
],
"requires_arc": true
}