blob: 7ff7ab4892052878094af652da0334f47af4ec34 [file] [log] [blame]
{
"name": "SwiftGraphKit",
"version": "0.1.2",
"swift_version": "4.2",
"summary": "SwiftGraphKit is a framework to draw scrollable graph on your app.",
"description": "SwiftGraphKit is a framework to draw graph on your app. GraphView are scrollable and zoomable, content is automatically redraw to have amazing animation.",
"homepage": "https://github.com/bessonnet/SwiftGraphKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cbessonnet75@gmail.com": "cbessonnet75@gmail.com"
},
"source": {
"git": "https://github.com/bessonnet/SwiftGraphKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Classes/**/*"
}