blob: 937cbe03c7ff2b80965481922a1c5aca6dbb5187 [file] [log] [blame]
{
"name": "croaring",
"version": "1.0.3",
"summary": "A better compressed bitset in Swift.",
"description": "A better compressed bitset in Swift.",
"homepage": "https://github.com/piotte13/SwiftRoaring",
"license": "BSD",
"authors": {
"solos": "lxl1217@gmail.com"
},
"source": {
"git": "https://github.com/piotte13/SwiftRoaring.git",
"branch": "master"
},
"source_files": [
"Sources/CRoaring/*.c",
"Sources/CRoaring/include/*.h"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}