Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyun-J committed Dec 15, 2021
1 parent f76d357 commit 5625c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
8 changes: 4 additions & 4 deletions FlexHybridApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
Pod::Spec.new do |spec|

spec.name = "FlexHybridApp"
spec.version = "0.6.3.1"
spec.version = "1.0.1"
spec.summary = "FlexibleHybridApp-iOS"
spec.ios.deployment_target = '9.0'
spec.swift_version = '5.3.2'
spec.ios.deployment_target = '10.0'
spec.swift_version = '5.5.1'
spec.author = { "Kyun-J" => "dvkyun@gmail.com" }
spec.source = { :git => "https://github.com/Kyun-J/FlexHybridApp-iOS.git", :tag => "#{spec.version}" }
spec.license = { :type => "BSD", :file => "license" }
spec.source_files = "framework/flexhybridapp/*.{swift,xib}"
spec.source_files = "framework/flexhybridapp/*.{swift,xib}", "framework/flexhybridapp/util/*.swift"
spec.resources = "framework/flexhybridapp/js/*.js"
spec.description = <<-DESC
FlexibleHybridApp iOS Version
Expand Down
6 changes: 0 additions & 6 deletions README-ko.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

# ToDo

1. Interface Event Listener 적용 (작업중)
2. Model을 사용하는 인터페이스 (고려중)
3. <u>*Flutter 버전 FlexHybirdApp*</u> (추진중)

# FlexibleHybrid

FlexibleHybridApp은 Web, Native 상호간의 Interface을 Promise로 구현하는 등, HybridApp을 개발하기 위해 여러 편의 기능을 제공하는 프레임워크 입니다.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

[Android Version](https://github.com/Kyun-J/FlexHybridApp-Android)

# ToDo

1. Interface Event Listener (working)
2. Interface using Model (under consideration)
3. <u>*Flutter version of FlexHybirdApp*</u> (in progress)

# FlexibleHybrid

FlexibleHybridApp is a framework that provides various convenience functions to develop HybridApp, such as implementing interfaces between Web and Native with promises.
Expand Down

0 comments on commit 5625c2b

Please sign in to comment.