blob: 1d0933841a7eebaa90f0000e50e10632c830b097 [file] [log] [blame]
{
"name": "RatingView",
"version": "1.0.0",
"summary": "Lightweight rating view. Renders in storyboards/xibs.",
"homepage": "https://github.com/Twas/RatingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeniy Leychenko": "leychenkoev@gmail.com"
},
"social_media_url": "https://twitter.com/EugeneLeychenko",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"frameworks": "UIKit",
"requires_arc": true,
"source": {
"git": "https://github.com/Twas/RatingView.git",
"tag": "1.0.0"
},
"source_files": "RatingView/**/*.{swift}"
}