[Add] Ads-CN-Beta 6.6.0.7
[CocoaPods.git] / Specs / 2 / 4 / e / PESGraph / 0.2.1 / PESGraph.podspec.json
blob624cc73617f2aaa10070d239f5c4dce1353087f5
2   "name": "PESGraph",
3   "version": "0.2.1",
4   "summary": "Objective-C implementation of a Graph, along with Dijkstra's algorithm for shortest path finding",
5   "homepage": "https://github.com/snyderp/PESGraph",
6   "license": {
7     "type": "BSD2",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Peter Snyder": "snyderp@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/snyderp/PESGraph.git",
15     "tag": "v0.2.1"
16   },
17   "source_files": [
18     "PESGraph",
19     "PESGraph/*.{h,m}"
20   ],
21   "frameworks": "Foundation",
22   "requires_arc": true