blob: 7cef6091a00d01d6eb1eca03d28744cd9ef2bb13 [file] [log] [blame]
{
"name": "Charts",
"version": "3.2.0",
"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.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Charts/**/*.swift"
}
]
}