[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 1 / 0 / MBCalendarKit / 5.0.4 / MBCalendarKit.podspec.json
bloba6540513b76467e3cb259df78b21cd1dfa80bcfd
2   "name": "MBCalendarKit",
3   "version": "5.0.4",
4   "summary": "An open source calendar library for iOS.",
5   "description": "MBCalendarKit is a calendar library for iOS. It offers a flexible calendar control, with support  for displaying any calendar system supported by `NSCalendar`. It also includes an API to  customize the calendar cells. Recently rewritten, it now has first-class support for Swift interoperability. It also ships with a prebuilt view controller, inspired by the original iOS calendar. For a full list of features, check out the Readme.",
6   "homepage": "https://github.com/MosheBerman/MBCalendarKit",
7   "screenshots": [
8     "https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/month.png",
9     "https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/week.png",
10     "https://raw.github.com/MosheBerman/MBCalendarKit/master/Promo/Screenshots/day.png"
11   ],
12   "authors": {
13     "Moshe Berman": "moshberm@gmail.com"
14   },
15   "license": "MIT",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/MosheBerman/MBCalendarKit.git",
21     "tag": "5.0.4"
22   },
23   "source_files": [
24     "Classes",
25     "MBCalendarKit/CalendarKit/**/*.{h,m}"
26   ],
27   "frameworks": "QuartzCore",
28   "requires_arc": true