blob: 624cc73617f2aaa10070d239f5c4dce1353087f5 [file] [log] [blame]
{
"name": "PESGraph",
"version": "0.2.1",
"summary": "Objective-C implementation of a Graph, along with Dijkstra's algorithm for shortest path finding",
"homepage": "https://github.com/snyderp/PESGraph",
"license": {
"type": "BSD2",
"file": "LICENSE.txt"
},
"authors": {
"Peter Snyder": "snyderp@gmail.com"
},
"source": {
"git": "https://github.com/snyderp/PESGraph.git",
"tag": "v0.2.1"
},
"source_files": [
"PESGraph",
"PESGraph/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}