blob: 75c7f5aedc5254d13518272948f091402f2e9926 [file] [log] [blame]
{
"name": "IIEventCalendar",
"version": "1.0.0",
"summary": "A event calendar easy to use",
"swift_versions": "4.0",
"description": "Easy to create a calendar with event model.",
"homepage": "https://github.com/iceboxi/IIEventCalendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iceboxi": "iceboxidev@gmail.com"
},
"source": {
"git": "https://github.com/iceboxi/IIEventCalendar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.5"
},
"source_files": "IIEventCalendar/Classes/**/*",
"dependencies": {
"JTAppleCalendar": [
"~> 8.0.0"
]
},
"swift_version": "4.0"
}