blob: 3270800f800186021fe761058540e1330ab775a3 [file] [log] [blame]
{
"name": "SwiftBitmask",
"version": "0.0.4",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"summary": "Generic Bitmask utility type, written in Swift.",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"homepage": "https://github.com/brynbellomy/SwiftBitmask",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Classes/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/brynbellomy/SwiftBitmask.git",
"tag": "0.0.4"
}
}