blob: 314683744c181892a352f3720a0252e2ac88a68e [file] [log] [blame]
{
"name": "OrderedSet",
"version": "4.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_version": "5.0",
"source": {
"git": "https://github.com/Weebly/OrderedSet.git",
"tag": "v4.0.0"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}"
}