blob: 99ccea85b9c87fc23113132dbc1cfd0804535ff7 [file] [log] [blame]
{
"name": "LiteChart",
"version": "1.0.1",
"summary": "A lightweight data visualization chart framework for iOS platform. 轻量级的iOS图表可视化框架",
"homepage": "https://github.com/lmyl/LiteChart",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘洋": "1269458422ly@gamail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/lmyl/LiteChart.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}