blob: f12217d4bf550d467037691f402984d8c79022e1 [file] [log] [blame]
{
"name": "Fastis",
"version": "1.0.7",
"summary": "Simple date picker created using JTAppleCalendar library",
"description": "Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.",
"homepage": "https://github.com/retailcrm/Fastis",
"social_media_url": "https://retailcrm.pro",
"screenshots": "https://github.com/retailcrm/Fastis/raw/master/Documentation/top_screen.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ilya Kharlamov": "ilia3546@me.com"
},
"source": {
"git": "https://github.com/retailcrm/Fastis.git",
"tag": "1.0.7"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"resources": "Source/*.xcassets",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"JTAppleCalendar": [
"~> 8.0.0"
],
"PrettyCards": [
"~> 1.0.0"
]
},
"swift_version": "5.0"
}