blob: 1b90ef3f3b54f0fa10817a8ac8cd7f47559ceda8 [file] [log] [blame]
{
"name": "OrderedSet",
"version": "5.0.0",
"summary": "A Swift implementation of an OrderedSet.",
"description": "NSOrderedSet is great and all, but you can't stuff enums and structs into it, and it\nlacks the mutability constraints that other collection types in Swift through var and let.\nIntroducing OrderedSet, a wholly-Swift implementation of the common ordered, unique collection!",
"homepage": "https://github.com/Weebly/OrderedSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Richard": "jrichard@squareup.com"
},
"social_media_url": "http://twitter.com/ketzusaka",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Weebly/OrderedSet.git",
"tag": "v5.0.0"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}",
"swift_version": "5.0"
}