blob: c6ded92fc60d32c69d36ac62afcd54b0c9057dd1 [file] [log] [blame]
{
"name": "CBHRandomKit",
"version": "1.3.2",
"module_name": "CBHRandomKit",
"summary": "An easier & safer to use interface for good cryptographically secure random.",
"homepage": "https://github.com/chris-huxtable/CBHRandomKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHRandomKit.git",
"tag": "v1.3.2"
},
"requires_arc": true,
"public_header_files": "CBHRandomKit/*.h",
"source_files": "CBHRandomKit/*.{h,m}"
}