blob: d812a40fa900083ba7bc0984732a6631644f47ba [file] [log] [blame]
{
"name": "SortedSet",
"version": "1.1.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": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"requires_arc": true
}