blob: 8d736a79004aa50f920554d97721762b3b6e1e20 [file] [log] [blame]
{
"name": "DateClay",
"version": "1.1.2",
"summary": "This library will be used in order to connect or cut NSDate.",
"description": " This library will be used in order to connect or cut NSDate\n \n // filtering information for the date\n + (NSDate *)filteredDate:(NSDate *)date flag:(NSCalendarUnit)flag;\n + (NSDate *)dateIgnoreTimeWithDate:(NSDate *)date;\n + (NSDate *)dateIgnoreDayWithDate:(NSDate *)date;\n\n // merge information for the date\n + (NSDate *)mergeDateWithDay:(NSDate *)day time:(NSDate *)time;\n + (NSDate *)mergeDateWithBaseDate:(NSDate *)baseDate unitFlag:(enum NSCalendarUnit)baseFlag anotherDate:(NSDate *)anotherDate unitFlag:(enum NSCalendarUnit)anotherFlag;\n\n + (NSDate *)day:(NSDate *)date nextWeekday:(NSInteger)weekday;\n",
"homepage": "https://github.com/akuraru/DateClay",
"license": "MIT",
"authors": {
"akuraru": "akuraru@gmail.com"
},
"source": {
"git": "https://github.com/akuraru/DateClay.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "Foundation",
"deprecated": true
}