blob: 1f4f073898b2e8c4072f2ada7977e9ce70736610 [file] [log] [blame]
{
"name": "SSCalendarControl",
"version": "1.0.0",
"summary": "A simple and lightweight calendar control written in swift.",
"description": "A simple and lightweight calendar control written in swift.",
"homepage": "https://github.com/simformsolutions/SSCalendar.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ketan Chopda": "Ketan.C@simformsolutions.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/simformsolutions/SSCalendar.git",
"tag": "1.0.0"
},
"source_files": "SSCalendar/SSCalendar/SSCalendar/**/*.swift",
"resources": [
"SSCalendar/SSCalendar/SSCalendar/**/*.xib"
]
}