blob: 185e7e47938e999fbe8091ce069d499410770b57 [file] [log] [blame]
{
"name": "SwiftCharts",
"version": "0.5.1",
"summary": "extensible, flexible charts library for iOS",
"homepage": "https://github.com/i-schuetz/SwiftCharts",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Ivan Schuetz",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/i-schuetz/SwiftCharts.git",
"tag": "0.5.1"
},
"source_files": [
"SwiftCharts/*.swift",
"SwiftCharts/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"pushed_with_swift_version": "3.0"
}