[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 3 / 7 / ImmutableGraph / 0.1.3 / ImmutableGraph.podspec.json
blob737c52a5f9cc0d92ce3069ae3cb901d44ebf44d3
2   "name": "ImmutableGraph",
3   "version": "0.1.3",
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.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ImmutableGraph/Classes/**/*",
23   "swift_version": "5.0"