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