blob: be7f8d959198e0e3313fadae3dec550c5a26166f [file] [log] [blame]
{
"name": "MinChartKit",
"version": "0.0.3",
"summary": "Easily Create Hyper-Minimal Charts",
"homepage": "http://github.com/stevewight/MinChartKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Wight": "stevendouglaswight@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/stevewight/MinChartKit.git",
"tag": "0.0.3"
},
"source_files": "MinChartKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"dependencies": {
"Charts": [
"~> 3.1.1"
]
}
}