blob: 5ce21a5ecc1e2b9d0141c900fd235a44366638f3 [file] [log] [blame]
{
"name": "CalendarView",
"version": "1.1.1",
"summary": "A lightweight calendar view.",
"description": "A calendar view with a focus on:\n\n* Speed\n* Simplicity\n* Customization",
"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.1.1"
},
"social_media_url": "https://twitter.com/N8armstrong",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "CalendarView/CalendarView/Classes/**/*",
"resource_bundles": {
"CalendarView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"SwiftMoment": [
"~> 0.1"
]
}
}