blob: ef278486d5437c9b61d5a1df6b65d0483f70256d [file] [log] [blame]
{
"name": "CBHMemoryKit",
"version": "1.0.0",
"module_name": "CBHMemoryKit",
"summary": "A safer and easy-to-use interface for managing and manipulating memory.",
"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/CBHMemoryKit.git",
"tag": "v1.0.0"
},
"requires_arc": false,
"public_header_files": "CBHMemoryKit/*.h",
"source_files": "CBHMemoryKit/*.{h,m}"
}