blob: 5a9d73fdced89d6cf26b3eb2c9fa42c53fc3d39a [file] [log] [blame]
{
"name": "SwiftCharts",
"version": "0.6",
"summary": "Easy to use and highly customizable charts library for iOS",
"homepage": "https://github.com/i-schuetz/SwiftCharts",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ivan Schuetz": "ivanschuetz@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/i-schuetz/SwiftCharts.git",
"tag": "0.6"
},
"source_files": [
"SwiftCharts/*.swift",
"SwiftCharts/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"pushed_with_swift_version": "3.0"
}