blob: ab2ed25a1148e840744f54908201a68978c3ad80 [file] [log] [blame]
{
"name": "ChartsBootstrap",
"version": "0.1.0",
"summary": "Bootstraps ios-charts for a pleasant and modern look",
"homepage": "https://github.com/diatche/ios-charts-bootstrap",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Pavel Diatchenko",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/diatche/ios-charts-bootstrap.git",
"tag": "v0.1.0"
},
"source_files": [
"Classes",
"ChartsBootstrap/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"Charts": [
"~> 2.1"
]
}
}