[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / f / OKAMutableDirectedGraph / 1.0.0 / OKAMutableDirectedGraph.podspec.json
blob8b2985e711e119eb574e2c3ef18a836e4fd12384
2   "name": "OKAMutableDirectedGraph",
3   "version": "1.0.0",
4   "summary": "OKAMutableDirectedGraph is an implementation of a directed graph in Objective-C.",
5   "description": "\n                   OKAMutableDirectedGraph was developed originally for managing dependencies - but it can be used for path finding, sorting, garbage collection and much more.\n\n",
6   "homepage": "https://github.com/ollieatkinson/OKAMutableDirectedGraph",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oliver Atkinson": "oliveratkinson@me.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/ollieatkinson/OKAMutableDirectedGraph.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "OKAMutableDirectedGraph",
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true