blob: 4dfedba605ada0a51b8da0a02446055b535b3649 [file] [log] [blame]
{
"name": "SwiftBitmask",
"version": "0.2.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": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/brynbellomy/SwiftBitmask",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Funky": [
"0.3.0"
]
},
"source": {
"git": "https://github.com/brynbellomy/SwiftBitmask.git",
"tag": "0.2.0"
}
}