[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 7 / SortedSet / 5.0.0 / SortedSet.podspec.json
blobd05041189e277ab326962d22af2e2362c01a32a9
2   "name": "SortedSet",
3   "version": "5.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": "5.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.{swift,h,m}"
26   ],
27   "requires_arc": true