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