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

Commit 8456f21

Browse files
committed
bump to 0.7.0
1 parent e3ad77b commit 8456f21

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Flix.podspec

+1-1
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 = '0.7.0-rc.0'
3+
s.version = '0.7.0'
44
s.summary = 'iOS form builder in Swift'
55
s.homepage = 'https://github.com/DianQK/Flix'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Differentiator (3.0.0)
33
- RxCocoa (4.0.0):
44
- RxSwift (~> 4.0)
5-
- RxDataSources (3.0.0):
5+
- RxDataSources (3.0.1):
66
- Differentiator (~> 3.0)
77
- RxCocoa (~> 4.0)
88
- RxSwift (~> 4.0)
@@ -20,7 +20,7 @@ DEPENDENCIES:
2020
SPEC CHECKSUMS:
2121
Differentiator: 772c2e4e2093584a0501a72019a7cd19e1a72cc8
2222
RxCocoa: d62846ca96495d862fa4c59ea7d87e5031d7340e
23-
RxDataSources: 5a5ad827b6ad91730bb4b3ed87739f28a7be3d84
23+
RxDataSources: 098b7e62b6316313b14d6bf594e3f4f4f62a238a
2424
RxKeyboard: d7b65fd85347c2ec214d21c95537dadc62d3b9af
2525
RxSwift: fd680d75283beb5e2559486f3c0ff852f0d35334
2626

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Flix 为 iOS 动态表单提供了足够优雅的解决方案。你可以用它
1919
## 安装
2020

2121
```ruby
22-
pod 'Flix', '~> 0.7.0-rc.0'
22+
pod 'Flix', '~> 0.7.0'
2323
```
2424

2525
## 开始使用
@@ -101,6 +101,7 @@ self.tableView.flix.build([usernameProvider, passwordProvider, loginProvider])
101101
- [x] 列表项支持重用
102102
- [x] 支持内嵌表单
103103
- [x] 支持移动、删除、添加
104+
- [x] 支持 Storyboard
104105

105106
Flix 专注于构建 `UICollectionView` / `UITableView` 的 Cell ,不关心视图的布局、业务的逻辑。于是你可以很轻松地使用 Flix 构建定制的页面。
106107

0 commit comments

Comments
 (0)