blob: 5a1ea48e6168e5479e64a33b2c5f4b77647bed3c [file] [log] [blame]
{
"name": "Charts",
"version": "3.2.1",
"summary": "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)",
"homepage": "https://github.com/danielgindi/Charts",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": [
"Daniel Cohen Gindi",
"Philipp Jahoda"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/danielgindi/Charts.git",
"tag": "v3.2.1"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"cocoapods_version": ">= 1.5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Charts/**/*.swift"
}
]
}