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