[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 0 / MBCalendarKit / 1.1.0 / MBCalendarKit.podspec.json
blob4df2cd2187d10b832ba3251c3977ba61c08ad1b3
2   "name": "MBCalendarKit",
3   "version": "1.1.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": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/MosheBerman/MBCalendarKit.git",
20     "tag": "1.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "MBCalendarKit/CalendarKit/*.{h,m}"
25   ],
26   "frameworks": [
27     "QuartzCore",
28     "AnotherFramework"
29   ],
30   "requires_arc": true