blob: e4c4897fb3616e7d85efd71bfbcbeef7ce89bbb4 [file] [log] [blame]
{
"name": "MinChartKit",
"version": "0.0.2",
"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.2"
},
"source_files": "MinChartKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"dependencies": {
"Charts": [
"~> 3.1.1"
]
}
}