[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 0 / e / SBBasics / 0.1.0 / SBBasics.podspec.json
blob70812b37e091f3b2dde8947703267efe9b7bed22
2   "name": "SBBasics",
3   "version": "0.1.0",
4   "summary": "Bags, Stacks, Queues, Lists, Heaps, Trees, Graphs",
5   "description": "Basics is a collection of largely standalone Swift abstractions for Bag type.",
6   "homepage": "https://github.com/EBGToo/SBBasics",
7   "license": "MIT",
8   "authors": {
9     "Ed Gamble": "ebg@opuslogica.com"
10   },
11   "source": {
12     "git": "https://github.com/EBGToo/SBBasics.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "Sources/*.swift",
16   "platforms": {
17     "osx": "10.9"
18   },
19   "dependencies": {
20     "SBCommons": [
21       "~> 0.1"
22     ]
23   }