blob: 7285fea8af8c0be898851ccbdb91895306c03cd3 [file] [log] [blame]
{
"name": "CBHCollectionKit",
"version": "0.1.2",
"module_name": "CBHCollectionKit",
"summary": "A collection of easy-to-use and safer primitive and object based collections.",
"homepage": "https://github.com/chris-huxtable/CBHCollectionKit",
"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/CBHCollectionKit.git",
"tag": "v0.1.2"
},
"requires_arc": false,
"public_header_files": "CBHCollectionKit/**/*.h",
"private_header_files": "CBHCollectionKit/**/_*.h",
"source_files": "CBHCollectionKit/**/*.{h,m}",
"dependencies": {
"CBHMemoryKit": [
]
}
}