blob: 8ec83c3402b626e8074fe99799451b24eb1ebc11 [file] [log] [blame]
{
"name": "HYDateTools",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HYDateTools": [
"Pod/Assets/*.png"
]
}
}