blob: e1aee100d326e1a244177862ad2031ed8d1946df [file] [log] [blame]
{
"name": "RateStarsSwift",
"version": "0.1.8",
"summary": "RateStarsSwift provides a rating view",
"description": "RateStarsSwift provides a rating view, according to user tab on the stars, and present the selected image immediately, You can retrieve the selected value using your 'component.rating' var",
"homepage": "https://github.com/oguzman/RateStarsSwift",
"license": "MIT",
"authors": {
"oguzman": "a.omargc@gmail.com"
},
"source": {
"git": "https://github.com/oguzman/RateStarsSwift.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RateStarsSwift": [
"Pod/*.xcassets",
"Pod/*.png"
]
}
}