TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Oct 2015 |
SPMSupports SPM | ✗ |
Maintained by mako2x.
Swift library to deal with holidays in Japan.
JPHoliday.isHoliday(year: 2016, month: 8, day: 11)
for holiday in JPHoliday.holidays(year: 2015) {
print(holiday.name)
}
$ git submodule add https://github.com/mako2x/JPHoliday.git <PATH_TO_SUBMODULE>
Then just add references of JPHoliday/JPHoliday.swift to your Xcode project.