blob: a42ba8afc14ff36ce73ac8cbb51dadb84f8c5f8a [file] [log] [blame]
{
"name": "CalendarView",
"version": "1.0.2",
"summary": "A lightweight calendar view.",
"description": " A calendar view with a focus on:\n\n * Speed\n * Simplicity\n * Customization\n",
"homepage": "https://github.com/n8armstrong/CalendarView",
"screenshots": "https://raw.githubusercontent.com/n8armstrong/CalendarView/master/screens/screenshot.png",
"license": "MIT",
"authors": {
"Nate Armstrong": "natearmstrong2@gmail.com"
},
"source": {
"git": "https://github.com/n8armstrong/CalendarView.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/N8armstrong",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CalendarView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"SwiftMoment": [
"~> 0.1"
]
}
}