CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

JPHoliday 0.0.3

JPHoliday 0.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2015
SPMSupports SPM

Maintained by mako2x.



JPHoliday 0.0.3

  • By
  • mako2x

JPHoliday

Swift library to deal with holidays in Japan.

Usage

JPHoliday.isHoliday(year: 2016, month: 8, day: 11)

for holiday in JPHoliday.holidays(year: 2015) {
  print(holiday.name)
}

Requirement

  • iOS 8.0 or later (by Carthage or Cocoapods) / iOS 7 (by manually)
  • Xcode 7.0 or later

Install

Manually

$ git submodule add https://github.com/mako2x/JPHoliday.git <PATH_TO_SUBMODULE>

Then just add references of JPHoliday/JPHoliday.swift to your Xcode project.

Licence

MIT

Author

mako2x