blob: 6e1d81fe021e2b3169626a1b0bc83786ab9b7812 [file] [log] [blame]
{
"name": "DLForcedGraphView",
"version": "0.1.1",
"summary": "Objective-C implementation of forced graph using SpriteKit.",
"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.1"
},
"source_files": "src/**/*.{h,m}",
"frameworks": "SpriteKit",
"requires_arc": true
}