blob: a61889c31fa5443b00d305869a3d74ad1d2cc446 [file] [log] [blame]
{
"name": "BitArray",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/dduan/BitArray",
"authors": {
"Daniel Duan": "daniel@duan.ca"
},
"summary": "A space-efficient bit array with `RandomAccessCollection` conformance in Swift.",
"source": {
"git": "https://github.com/dduan/BitArray.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"osx": "10.10"
},
"pushed_with_swift_version": "4.0"
}