MNCalendarView@aceontech 0.1.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Alex Manarpies.Installation Guide×Installation Guide for MNCalendarView@aceontechYou want to add pod 'MNCalendarView@aceontech', '~> 0.1' similar to the following to your Podfile:target 'MyApp' do pod 'MNCalendarView@aceontech', '~> 0.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MNCalendarView@aceontechSee PodspecGitHub RepoPage on CocoaPods.orgMNCalendarView@aceontech 0.1.0ByMin Kimaceontech/MNCalendarViewGitHub Repo MNCalendarView MNCalendarView is a customizable calendar component backed by UICollectionView. Basic Usage MNCalendarView *calendarView = [[MNCalendarView alloc] initWithFrame:self.view.bounds]; calendarView.selectedDate = [NSDate date]; calendarView.delegate = self; Example