blob: 619bc1ebbb752318c8c9740d27ec20c6da1f27dd [file] [log] [blame]
{
"name": "Cosmos",
"version": "1.2.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/marketplacer/Cosmos",
"summary": "5-star rating control written in Swift",
"description": "This is a UI control for iOS that shows a 5-star rating or takes rating input from the user. Cosmos is a subclass of a UIView. Let your users see and post beautiful 3-star reviews!\n\n* Shows star rating with an optional text label.\n* Can be used as a rating input control.\n* Cosmos view can be customized in the Storyboard without writing code.\n* Includes different star filling modes: full, half-filled and precise.\n* Cosmos is accessible and works with voice-over.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/Cosmos.git",
"tag": "1.2.2"
},
"screenshots": "https://raw.githubusercontent.com/marketplacer/Cosmos/master/graphics/Screenshots/star_screenshot_dark.png",
"source_files": "Cosmos/**/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}