blob: e5107bc979afd864fe5e3e2725bcba01306df0fc [file] [log] [blame]
{
"name": "MLStarRating",
"version": "0.0.2",
"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": "v0.0.2"
},
"platforms": {
"ios": "10.3",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit"
}
]
}