blob: 01aa3c25c2d05d3f02f1b9850249252d13575d8f [file] [log] [blame]
{
"name": "MLStarRating",
"version": "1.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Star Ratings for swift projects",
"homepage": "http://micheltlutz.me",
"social_media_url": "https://twitter.com/michel_lutz",
"authors": {
"Michel Anderson Lutz Teixeira": "michel_lutz@icloud.com"
},
"source": {
"git": "https://github.com/micheltlutz/MLStarRating.git",
"tag": "v1.0.3"
},
"platforms": {
"ios": "10.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit"
}
]
}