blob: dd078c28e7653eeb3f792d209d2f97a9050cc046 [file] [log] [blame]
{
"name": "MLLineChart",
"version": "2.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Simple customizable line chart",
"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/MLLineChart.git",
"tag": "v2.0.3"
},
"platforms": {
"ios": "10.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit"
}
]
}