blob: cfcb9e68ab734a60f41d2c0d00bd459fc4764a2b [file] [log] [blame]
{
"name": "OrderedSet",
"version": "3.0.1",
"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": "james@weebly.com"
},
"social_media_url": "http://twitter.com/ketzusaka",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/Weebly/OrderedSet.git",
"tag": "v3.0.1"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}"
}