blob: fabe75e8b3e948aa290c300d1aad03d5ddecc6a2 [file] [log] [blame]
{
"name": "STRatingControl",
"version": "0.1.1",
"summary": "STRatingControl is a UI control that represent the star rating control.",
"description": "STRatingControl is a UI control that represent the star rating control. STRatingControl allows you to select a rating starting from 0 to any number of stars you want. You can use default star image or specify your custom images.",
"homepage": "https://github.com/shuhrat10/STRatingControl",
"license": "MIT",
"authors": {
"Shukhrat Tursunov": "shuhrat10@gmail.com"
},
"source": {
"git": "https://github.com/shuhrat10/STRatingControl.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STRatingControl": [
"Pod/Assets/*.png"
]
}
}