blob: 2ad28cb19750032eaf7eba36802af662a8886d38 [file] [log] [blame]
{
"name": "NSDate+Helpers",
"version": "1.2.0",
"summary": "A category on NSDate that extends NSDate class functionality.",
"description": "NSDate class's cetogory that adds useful methods for work with date and time.",
"homepage": "https://github.com/Bogdan-Stasjuk/NSDate-Helpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/NSDate-Helpers.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "NSDate+Helpers/*.{h,m}",
"public_header_files": "NSDate+Helpers/*.h"
}