blob: dc88122f9dc73020f10e1f10ae0e4214827181f2 [file] [log] [blame]
{
"name": "Set",
"version": "1.2",
"summary": "An implementation of a Dictionary-backed Set in Swift.",
"homepage": "https://github.com/robrix/Set",
"authors": {
"Rob Rix": "rob.rix@github.com",
"Adam Sharp": "adsharp@me.com",
"Ingmar Stein": "IngmarStein@gmail.com"
},
"source": {
"git": "https://github.com/robrix/Set.git",
"tag": "1.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "Set/*.swift",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "This is a Swift microframework which implements a Dictionary-backed Set.\n"
}