blob: 25c9ab4b31d518f09898338955869cc5f3fce769 [file] [log] [blame]
{
"name": "CBHMapReduceKit",
"version": "1.0.0",
"module_name": "CBHMapReduceKit",
"summary": "Adds map, filter, and reduce methods to common collection types.",
"homepage": "https://github.com/chris-huxtable/CBHMapReduceKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHMapReduceKit.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"public_header_files": "CBHMapReduceKit/*.h",
"source_files": "CBHMapReduceKit/*.{h,m}"
}