blob: d0fae689331712b9e6108d94241f9da6df41b3f7 [file] [log] [blame]
{
"name": "RKStarRating",
"version": "0.1.0",
"summary": "A configurable star rating control for OSX and iOS, similar to those found in iTunes and the App Store.",
"description": "In order to use RKStarRating, you can instantiate it programmatically, or create a custom view in Interface Builder and assign it to an ivar of your app. Once you have an instance, you can use the control properties to configure it.",
"homepage": "https://github.com/ravipothkunuri/RKStarRating",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ravipothkunuri": "ravipothkunuri@gmail.com"
},
"source": {
"git": "https://github.com/ravipothkunuri/RKStarRating.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ravikmr087",
"platforms": {
"ios": "8.0"
},
"source_files": "RKStarRating/Classes/**/*",
"pushed_with_swift_version": "3.0"
}