blob: 8b2985e711e119eb574e2c3ef18a836e4fd12384 [file] [log] [blame]
{
"name": "OKAMutableDirectedGraph",
"version": "1.0.0",
"summary": "OKAMutableDirectedGraph is an implementation of a directed graph in Objective-C.",
"description": "\n OKAMutableDirectedGraph was developed originally for managing dependencies - but it can be used for path finding, sorting, garbage collection and much more.\n\n",
"homepage": "https://github.com/ollieatkinson/OKAMutableDirectedGraph",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oliver Atkinson": "oliveratkinson@me.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/ollieatkinson/OKAMutableDirectedGraph.git",
"tag": "1.0.0"
},
"source_files": "OKAMutableDirectedGraph",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}