blob: 2c32885a1a643c81370ec03e147e2c2f4b2e97a6 [file] [log] [blame]
{
"name": "SwiftCharts",
"version": "0.2.3",
"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.2.3"
},
"source_files": [
"SwiftCharts/*.swift",
"SwiftCharts/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
}