blob: d58d35270daab8665feaedbcc88408296e32905d [file] [log] [blame]
{
"name": "CBHDateKit",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"public_header_files": "CBHDateKit/*.h",
"source_files": "CBHDateKit/*.{h,m}"
}