blob: d216c4233e43ad10eda7015b2c9d9eaf9da4f4be [file] [log] [blame]
{
"name": "SwiftBitmask",
"version": "0.1.0",
"summary": "NS_OPTIONS for Swift (type-checked bitmask container). Basically an easier-to-implement RawOptionSet.",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"homepage": "https://github.com/brynbellomy/SwiftBitmask",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Classes/*.swift",
"requires_arc": true,
"dependencies": {
"Funky": [
"0.2.2"
]
},
"source": {
"git": "https://github.com/brynbellomy/SwiftBitmask.git",
"tag": "0.1.0"
}
}