[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 7 / ImmutableGraph / 0.1.5 / ImmutableGraph.podspec.json
blob40dfb983f99420aa4d30ebf52be60991fba2cde3
2   "name": "ImmutableGraph",
3   "version": "0.1.5",
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.5"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.14",
22     "tvos": "10.0",
23     "watchos": "4.0"
24   },
25   "source_files": "Sources/ImmutableGraph/**/*.swift",
26   "swift_version": "5.0"