Latest | 1.0.9 |
---|---|
Homepage | https://github.com/bilalBakhrom/SimpleCalendar |
License | MIT |
Platforms | ios 9.0 |
Authors |
A simple calendar for iOS (iPhone). You can manage calendar with SimpleCalendar
controller easily. Configure all elements of calendar, such as, color, title, start-date, end-date and etc. The protocol SimpleCalendarDelegate
tells delegate selected dates or it can take dates as data source.
Example
Source: https://github.com/bilalBakhrom/ExampleSimpleCalendar
COCOAPODS
pod 'SimpleCalendar'
Latest podspec
{ "name": "SimpleCalendar", "version": "1.0.9", "summary": "A simple calendar for iOS devices (iphone).", "description": "Display calendar with SimpleCalendar controller.", "homepage": "https://github.com/bilalBakhrom/SimpleCalendar", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Bilal Bakhrom": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/bilalBakhrom/SimpleCalendar.git", "tag": "1.0.9" }, "source_files": "SimpleCalendar/**/*.{h,m,swift,xcdatamodeld, xcassets}", "resource_bundles": { "SimpleCalendar": [ "SimpleCalendar/Resource/SimpleCalendar.bundle" ] }, "swift_versions": "5.0", "swift_version": "5.0" }
Mon, 20 May 2019 10:16:04 +0000