blob: a365ddaba02b01781b5f4c99eaef50841b613398 [file] [log] [blame]
{
"name": "HYDateTools",
"version": "0.2.0",
"summary": "HYDateTools is collection set of common used methods of NSDate and NSString that convert between date, date string and timeinterval.",
"description": "HYDateTools is collection set of common used methods of NSDate and NSString that convert between date, date string and timeinterval. It also include some userful methods to compare date.",
"homepage": "https://github.com/yclzone/HYDateTools",
"license": "MIT",
"authors": {
"yclzone": "yclzone@gmail.com"
},
"source": {
"git": "https://github.com/yclzone/HYDateTools.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYDateTools": [
"Pod/Assets/*.png"
]
}
}