blob: cbd89223691c2452a4f0112a8d47d04b1b5bfd91 [file] [log] [blame]
{
"name": "CBHDateKit",
"version": "1.0.0",
"module_name": "CBHDateKit",
"summary": "Adds comfort features to NSDate and NSDateFormatter.",
"homepage": "https://github.com/chris-huxtable/CBHDateKit",
"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/CBHDateKit.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"public_header_files": "CBHDateKit/*.h",
"source_files": "CBHDateKit/*.{h,m}"
}