blob: 7910a5ea50c2bd46b7ace20b8749490d611bf9d2 [file] [log] [blame]
{
"name": "CTEventCalendar",
"version": "0.1.0",
"summary": "Event calendar built using Swift.",
"description": "This is a simple event calendar built using Swift. It provides a monthly calendar view from which you can drill down to view daily events. It allows for style and action customizations.",
"homepage": "https://github.com/chyt/CTEventCalendar",
"license": "MIT",
"authors": {
"Charles Tian": "c.y.t@me.com"
},
"source": {
"git": "https://github.com/chyt/CTEventCalendar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CTEventCalendar": [
"Pod/Assets/*.png"
]
}
}