blob: ebda3f4f02590127cde80f013da23a5f1a10e346 [file] [log] [blame]
{
"name": "Charts",
"version": "2.3.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": "v2.3.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Charts/**/*.swift"
},
{
"name": "Realm",
"source_files": "Source/ChartsRealm/**/*.swift",
"dependencies": {
"Charts/Core": [
],
"RealmSwift": [
"~> 1.1"
]
}
}
]
}