Soon to be reproduction of iOS 7 Calendar app.
This framework requires at least iOS 7 above.
The recommended approach for installing CalendarKit is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation.
via CocoaPods
Install CocoaPods if not already available:
[sudo] gem install cocoapods
pod setup
Change to the directory of your Xcode project, and create or edit your Podfile and add CalendarKit:
platform :ios, '7.0'
pod 'CalendarKit'
Then run pod install to add to your project.
pod install
CalendarKit is license under the Apache License.