blob: f4546bb0b352242eac1cc6aa8918554014e5351a [file] [log] [blame]
{
"name": "Charts",
"version": "3.0.2",
"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.0.2"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Charts/**/*.swift"
}
]
}