Skip to content

Commit 2d86d05

Browse files
committed
Update logo
1 parent 06b9c70 commit 2d86d05

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Documentation/top_screen.jpg

-204 KB
Binary file not shown.

Fastis.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'Fastis'
3-
s.version = '2.0.0'
3+
s.version = '2.0.1'
44
s.summary = "Simple date picker created using JTAppleCalendar library"
55
s.description = <<-DESC
66
Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.
77
DESC
88

99
s.homepage = 'https://github.com/simla-tech/Fastis'
1010
s.social_media_url = 'https://www.simla.com'
11-
s.screenshot = 'https://github.com/simla-tech/Fastis/raw/master/Documentation/top_screen.jpg'
11+
s.screenshot = 'https://user-images.githubusercontent.com/4445510/187741251-d46c8a76-b8a5-428b-9a14-03411e0ba8f2.png'
1212
s.license = { :type => 'MIT', :file => 'LICENSE' }
1313
s.author = { 'Ilya Kharlamov' => '[email protected]' }
1414
s.source = { :git => 'https://github.com/simla-tech/Fastis.git', :tag => s.version.to_s }

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<p align="center">
2-
<img alt="Fastis" src="https://github.com/simla-tech/Fastis/raw/master/Documentation/top_screen.jpg" width="356">
3-
</p>
1+
<img alt="Fastis" src="https://user-images.githubusercontent.com/4445510/187741251-d46c8a76-b8a5-428b-9a14-03411e0ba8f2.png" width="100%">
42

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

0 commit comments

Comments
 (0)