blob: f950ab7da3d282437915ef8f964656b7f8bd4bda [file] [log] [blame]
{
"name": "JoChart",
"version": "0.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Jo chart is a swift library for drawing chart",
"authors": {
"joshin": "xjcute@gmail.com"
},
"homepage": "https://github.com/joshinn/JoChart",
"description": "a swift library for drawing chart, developing",
"requires_arc": true,
"platforms": {
"ios": "12.0"
},
"frameworks": "UIKit",
"swift_versions": "5.0",
"source": {
"git": "https://github.com/joshinn/JoChart.git",
"tag": "0.9"
},
"source_files": "chart/**/*.{swift}",
"swift_version": "5.0"
}