blob: 2b5e6d2faa73df7ec5b2a08c5643dcca6a30bf5b [file] [log] [blame]
{
"name": "RateStarsSwift",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RateStarsSwift": [
"Pod/*.xcassets"
]
}
}