CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 15:47:07 GMT
content-type: text/html;charset=utf-8
cache-control: public, max-age=20, s-maxage=60
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=6MkOXR6aB%2F5V9%2BUcfwyJwpxIk42oaEvX3gohr049J9Q%3D\u0026sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add\u0026ts=1759765627"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=6MkOXR6aB%2F5V9%2BUcfwyJwpxIk42oaEvX3gohr049J9Q%3D&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&ts=1759765627"
server: cloudflare
vary: Accept-Encoding
via: 1.1 heroku-router
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
cf-cache-status: MISS
last-modified: Mon, 06 Oct 2025 15:47:07 GMT
content-encoding: gzip
cf-ray: 98a64b9c2af3e084-BLR
PESGraph on CocoaPods.org
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.
PESGraph 0.2.1
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Peter Snyder.
Installation Guide for PESGraph
You want to add pod 'PESGraph', '~> 0.2'
similar to the following to your Podfile:
target 'MyApp' do
pod 'PESGraph', '~> 0.2'
end
Then run a pod install
inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try PESGraph
PESGraph 0.2.1
- By
- Peter Snyder
by Peter Snyder [email protected]
Introduction
PESGraph is a simple graph implementation for Foundation.kit that allows for creating structures of nodes and paths, and then finding the shortest path between them. It includes unit tests that also provide some examples of how to use the code.
Future Development
Next step will be to add A* to the pathfinding code.