blob: 097c3db96989021b5cc123181d9d6f179e125152 [file] [log] [blame]
{
"name": "OrderedSet",
"version": "2.0.6",
"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"
},
"source": {
"git": "https://github.com/Weebly/OrderedSet.git",
"tag": "v2.0.6"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}",
"pushed_with_swift_version": "3.0"
}