blob: 43aba2f2da4d4c4c3738d89897c883d6a2613aa6 [file] [log] [blame]
{
"name": "CBHGeometryKit",
"version": "1.0.1",
"module_name": "CBHGeometryKit",
"summary": "Expanded and consistently named tools for managing Foundation geometry.",
"homepage": "https://github.com/chris-huxtable/CBHGeometryKit",
"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/CBHGeometryKit.git",
"tag": "v1.0.1"
},
"requires_arc": true,
"public_header_files": "CBHGeometryKit/*.h",
"private_header_files": "CBHGeometryKit/_*.h",
"source_files": "CBHGeometryKit/*.{h,m}"
}