blob: 8a038426c15f6b5d51236d1f451b2698c06efd52 [file] [log] [blame]
{
"name": "PlotKit",
"version": "0.0.1",
"summary": "OS X plotting framework",
"homepage": "https://github.com/aleph7/PlotKit",
"license": "MIT",
"authors": {
"Alejandro": "al@isaza.ca"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/aleph7/PlotKit.git",
"tag": "0.0.1"
},
"source_files": [
"PlotKit/*.swift",
"PlotKit/**/*.swift"
],
"dependencies": {
"Upsurge": [
"~> 0.4"
]
}
}