[Add] iProov 12.2.2
[CocoaPods.git] / Specs / f / 3 / 7 / ImmutableGraph / 0.1.1 / ImmutableGraph.podspec.json
blobad209ed2e2d6e02d6ea2a6bf432af4e767cc7998
2   "name": "ImmutableGraph",
3   "version": "0.1.1",
4   "summary": "Functional Swift graph algorithms.",
5   "description": "Functional Swift graph algorithms: DFS, BFS and FindPath on immutable graphs developed using TDD.",
6   "homepage": "https://github.com/horothesun/ImmutableGraph",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "horothesun": "horothesun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/horothesun/ImmutableGraph.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ImmutableGraph/Classes/**/*",
22   "pushed_with_swift_version": "3.0"