blob: 31d77cf045af8b4554c097dd07aa8d8a587d31ea [file] [log] [blame]
{
"name": "SortedSet",
"version": "3.0.0",
"summary": "Native Swift Ordered Set",
"description": "A native Swift implementation of a sorted set. Requires element to conform to `Comparable`.",
"homepage": "https://github.com/bradhilton/SortedSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/SortedSet.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}