| { | |
| "name": "Dijkstra", | |
| "version": "0.0.1", | |
| "summary": "A swift based implementation of the Dijkstra algorithm", | |
| "homepage": "https://github.com/juliengomes/Dijkstra-swift", | |
| "license": "Apache 2.0", | |
| "authors": { | |
| "juliengomes": "julien.gomes@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/juliengomes/Dijkstra-swift.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "6.1" | |
| }, | |
| "source_files": "Dijkstra/Dijkstra/*.swift", | |
| "frameworks": "Foundation", | |
| "requires_arc": true | |
| } |