Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JideGuru committed Oct 9, 2020
1 parent d11ecb3 commit 9f35d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion EpubViewerKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'EpubViewerKit'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'A epub reader flutter plugin project.'
s.description = <<-DESC
An open source epub reader plugin written in swift
Expand Down
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
# epub_kitty_ios
# EpubViewerKit

![](https://img.shields.io/badge/build-passing-brightgreen)
![](https://img.shields.io/badge/version-0.1.1-orange)
![](https://img.shields.io/badge/platform-ios-lightgrey)


![](1.jpeg)
![](2.jpeg)


epub_kitty_ios is an epub ebook reader that encapsulates the [folioreader](https://folioreader.github.io/FolioReaderKit/) framework. It's used on [epub_kitty](https://pub.dev/packages/epub_kitty)
EpubViewerKit is an epub ebook reader that encapsulates the [folioreader](https://folioreader.github.io/FolioReaderKit/) framework.

Podfile:

pod 'epub_kitty_ios', '~>0.1.1'

## Tool Language
plugin in ios default language is en,if you are chinese,you should configuare Localizable.strings. And you can see example to match.


### QQ Communication:
QQ:853797155,Welcome to exchange questions and technologies!

### Welcome TO PR
pod 'EpubViewerKit', '~>0.1.1'

0 comments on commit 9f35d9b

Please sign in to comment.