blob: 54c63d9ee945dabf21f86af43649f8d1cc6175b9 [file] [log] [blame]
{
"name": "ChartDynamicKit",
"version": "0.0.2",
"summary": "Easily Create Hyper-Minimal Dynamic Charts",
"homepage": "https://github.com/stevewight/ChartDynamicKit",
"license": "MIT",
"authors": {
"Steve Wight": "stevendouglaswight@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/stevewight/ChartDynamicKit.git",
"tag": "0.0.2"
},
"source_files": "ChartDynamicKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"dependencies": {
"MinChartKit": [
]
}
}