blob: 50ab208b48acdee19ad231b60e9b2af3c1ade374 [file] [log] [blame]
{
"name": "DLForcedGraphView",
"version": "0.1.0",
"summary": "Objective-C implementation of forced graph using SceneKit.",
"homepage": "https://github.com/garnett/DLForcedGraphView",
"screenshots": "https://raw.githubusercontent.com/garnett/DLForcedGraphView/master/img/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Lebedev": "d2.lebedev@gmail.com"
},
"social_media_url": "http://twitter.com/delebedev",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/garnett/DLForcedGraphView.git",
"tag": "0.1.0"
},
"source_files": "src/**/*.{h,m}",
"frameworks": "SpriteKit",
"requires_arc": true
}