[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 9 / 1 / 6 / CalendarView / 1.1.1 / CalendarView.podspec.json
blob5ce21a5ecc1e2b9d0141c900fd235a44366638f3
2   "name": "CalendarView",
3   "version": "1.1.1",
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.1"
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   }