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