[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 1 / 6 / CalendarView / 1.1.2 / CalendarView.podspec.json
blob1a814a0c123d97262885ef94c83e106a9785c910
2   "name": "CalendarView",
3   "version": "1.1.2",
4   "summary": "A lightweight calendar view.",
5   "description": "A calendar view with a focus on:\n\n* Speed\n* Simplicity\n* Customization",
6   "homepage": "https://github.com/n8armstrong/CalendarView",
7   "screenshots": "https://raw.githubusercontent.com/n8armstrong/CalendarView/master/screens/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Nate Armstrong": "natearmstrong2@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/n8armstrong/CalendarView.git",
14     "tag": "1.1.2"
15   },
16   "social_media_url": "https://twitter.com/N8armstrong",
17   "platforms": {
18     "ios": "8.3"
19   },
20   "requires_arc": true,
21   "source_files": "CalendarView/CalendarView/Classes/**/*",
22   "resource_bundles": {
23     "CalendarView": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SwiftMoment": [
30       "~> 0.1"
31     ]
32   }