[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 0 / MBCalendarKit / 2.0.0 / MBCalendarKit.podspec.json
blob9d7a104ca87bcc666a5825f8c2b9018d3d254017
2   "name": "MBCalendarKit",
3   "version": "2.0.0",
4   "summary": "An open source calendar view for iOS.",
5   "description": "\tMBCalendarKit is a calendar control written in UIKit. I've found existing implementations to be inadequate and difficult to work with, so I rolled my own.\n",
6   "homepage": "https://github.com/MosheBerman/MBCalendarKit",
7   "screenshots": [
8     "https://raw.github.com/MosheBerman/MBCalendarKit/master/screens/month.png",
9     "https://raw.github.com/MosheBerman/MBCalendarKit/master/screens/week.png"
10   ],
11   "authors": {
12     "Moshe Berman": "moshberm@gmail.com"
13   },
14   "license": "MIT",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/MosheBerman/MBCalendarKit.git",
20     "tag": "2.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "MBCalendarKit/CalendarKit/**.{h,m}"
25   ],
26   "frameworks": "QuartzCore",
27   "requires_arc": true