[Add] MapboxCommon 24.10.0-daily-2025-01-02-04-26
[CocoaPods.git] / Specs / 9 / d / 7 / SortedSet / 4.0.0 / SortedSet.podspec.json
blob4fd65a1658a8dd52c86f921c978004472e6e984b
2   "name": "SortedSet",
3   "version": "4.0.0",
4   "summary": "Native Swift Ordered Set",
5   "description": "A native Swift implementation of a sorted set. Requires element to conform to `Comparable`.",
6   "homepage": "https://github.com/bradhilton/SortedSet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/SortedSet.git",
16     "tag": "4.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true