blob: 31ab6bea1da83bf6a7fd31f492440b1641f1e27a [file] [log] [blame]
{
"name": "CalendarKit",
"summary": "Fully customizable calendar for iOS",
"version": "0.11.2",
"homepage": "https://github.com/richardtop/CalendarKit",
"license": "MIT",
"authors": {
"Richard Topchii": "richardtop@users.noreply.github.com"
},
"source": {
"git": "https://github.com/richardtop/CalendarKit.git",
"tag": "0.11.2"
},
"social_media_url": "https://github.com/richardtop",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"source_files": "Source/**/*",
"ios": {
"resource_bundles": {
"CalendarKit": [
"Localizations/*.lproj"
]
}
},
"dependencies": {
"DateToolsSwift": [
],
"Neon": [
]
},
"swift_version": "5.1"
}