blob: cc493f10390551e0021db0fd1aa61c90e7bbd6d2 [file] [log] [blame]
{
"name": "MNCalendarView",
"version": "0.0.1",
"summary": "Highly customizable calendar view for iOS apps.",
"homepage": "https://github.com/min/MNCalendarView",
"screenshots": "https://github.com/min/MNCalendarView/raw/master/Documentation/Default@2x.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Min Kim": "me@mink.im"
},
"source": {
"git": "https://github.com/min/MNCalendarView.git",
"branch": "master",
"tag": "v0.0.1"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"source_files": [
"MNCalendarView",
"MNCalendarView/**/*.{h,m}"
],
"requires_arc": true
}