[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / 6 / CalendarView / 1.0.2 / CalendarView.podspec.json
bloba42ba8afc14ff36ce73ac8cbb51dadb84f8c5f8a
2   "name": "CalendarView",
3   "version": "1.0.2",
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   "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.0.2"
15   },
16   "social_media_url": "https://twitter.com/N8armstrong",
17   "platforms": {
18     "ios": "8.3"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "CalendarView": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SwiftMoment": [
30       "~> 0.1"
31     ]
32   }