[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 0 / 5 / 2 / Dijkstra / 0.0.1 / Dijkstra.podspec.json
blob56bef860f315e2825626391fe3eabf58ce291e6c
2   "name": "Dijkstra",
3   "version": "0.0.1",
4   "summary": "A swift based implementation of the Dijkstra algorithm",
5   "homepage": "https://github.com/juliengomes/Dijkstra-swift",
6   "license": "Apache 2.0",
7   "authors": {
8     "juliengomes": "julien.gomes@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/juliengomes/Dijkstra-swift.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "6.1"
16   },
17   "source_files": "Dijkstra/Dijkstra/*.swift",
18   "frameworks": "Foundation",
19   "requires_arc": true