Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.

Commit e16407f

Browse files
committed
update version to 2.0.0
1 parent c613e55 commit e16407f

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.2

Flix.podspec

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Flix'
3-
s.version = '2.0.0.beta.1'
3+
s.version = '2.0.0'
44
s.summary = 'iOS form builder in Swift'
55
s.homepage = 'https://github.com/DianQK/Flix'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -11,9 +11,11 @@ Pod::Spec.new do |s|
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
1313

14-
s.dependency 'RxSwift', '~> 4.1'
15-
s.dependency 'RxCocoa', '~> 4.1'
16-
s.dependency 'RxDataSources', '~> 3.0'
14+
s.dependency 'RxSwift', '~> 4.3'
15+
s.dependency 'RxCocoa', '~> 4.3'
16+
s.dependency 'RxDataSources', '~> 3.1'
1717

1818
s.ios.deployment_target = '9.0'
19+
20+
s.swift_version = '4.2'
1921
end

README-zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Flx 关注构建 `UICollectionView` / `UITableView` 的 Cell,它不限制视
2727
## 使用要求
2828

2929
- Xcode 9.0+
30-
- Swift 4.0+
31-
- RxSwift 4.0+
32-
- RxDataSources 3.0+
30+
- Swift 4.2+
31+
- RxSwift 4.3+
32+
- RxDataSources 3.1+
3333

3434
## 安装
3535

3636
### CocoaPods
3737

3838
```ruby
39-
pod 'Flix', '~> 2.0.0.beta'
39+
pod 'Flix', '~> 2.0'
4040
```
4141

4242
### Carthage

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Flix focus on combining cells of `UICollectionView` or `UITableView`, it don't c
2626
## Requirements
2727

2828
- Xcode 9.0+
29-
- Swift 4.0+
30-
- RxSwift 4.0+
31-
- RxDataSources 3.0+
29+
- Swift 4.2+
30+
- RxSwift 4.3+
31+
- RxDataSources 3.1+
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)