Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia3546 committed Aug 31, 2022
1 parent 06b9c70 commit 2d86d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Binary file removed Documentation/top_screen.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions Fastis.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Fastis'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = "Simple date picker created using JTAppleCalendar library"
s.description = <<-DESC
Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.
DESC

s.homepage = 'https://github.com/simla-tech/Fastis'
s.social_media_url = 'https://www.simla.com'
s.screenshot = 'https://github.com/simla-tech/Fastis/raw/master/Documentation/top_screen.jpg'
s.screenshot = 'https://user-images.githubusercontent.com/4445510/187741251-d46c8a76-b8a5-428b-9a14-03411e0ba8f2.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ilya Kharlamov' => '[email protected]' }
s.source = { :git => 'https://github.com/simla-tech/Fastis.git', :tag => s.version.to_s }
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="center">
<img alt="Fastis" src="https://github.com/simla-tech/Fastis/raw/master/Documentation/top_screen.jpg" width="356">
</p>
<img alt="Fastis" src="https://user-images.githubusercontent.com/4445510/187741251-d46c8a76-b8a5-428b-9a14-03411e0ba8f2.png" width="100%">

[![SwiftMP compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat)](https://github.com/apple/swift-package-manager)
[![Cocoapods compatible](https://img.shields.io/cocoapods/v/Fastis.svg)](https://cocoapods.org/pods/Fastis)
Expand Down

0 comments on commit 2d86d05

Please sign in to comment.