blob: 9c32af8f5843a0754b5d11910609ae43375ae3e2 [file] [log] [blame]
{
"name": "OrderedSet.swift",
"module_name": "OrderedSet",
"version": "0.1.1",
"summary": "Ordered Set implementation for Swift",
"homepage": "https://github.com/cocodelabs/OrderedSet",
"license": {
"type": "CUSTOM",
"file": "LICENSE.txt"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"source": {
"git": "https://github.com/cocodelabs/OrderedSet.git",
"tag": "0.1.1"
},
"source_files": "Sources/OrderedSet/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}