blob: 0566a5fa2f4f9517f10c897dcc2900b31fcf289c [file] [log] [blame]
{
"name": "MonthCalendar",
"version": "1.0.4",
"authors": {
"Pig": "zhusongyu1990@163.com"
},
"homepage": "https://github.com/zhusongyu/MonthCalendar",
"summary": "a month calendar",
"source": {
"git": "https://github.com/zhusongyu/MonthCalendar.git",
"tag": "1.0.4"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "MonthCalendar/Calendar/*.{swift,xib}",
"swift_version": "4.0",
"resource_bundles": {
"MonthCalendar": [
"Resources/*.png"
],
"Xibs": [
"Xibs/*.xib"
]
}
}