blob: b9dd907fc357e00332ea901c9c068aac5e215e0e [file] [log] [blame]
{
"name": "CBHRandomKit",
"version": "1.4.1",
"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.4.1"
},
"requires_arc": true,
"public_header_files": "CBHRandomKit/*.h",
"source_files": "CBHRandomKit/*.{h,m}"
}