Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdxy committed Apr 14, 2020
1 parent 496b428 commit 3dc3674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
### 支持
- 高仿系统原生样式效果,有Alert和Sheet两种模式
- 支持自定义文本字体和颜色等
- 支持title和massage富文本(1.1.0)
- 组件行高、宽度、massage文本对齐设置等样式设置(1.1.0)
- 支持自定义view作为Action
- 支持横屏
- 支持深色模式
Expand All @@ -17,7 +19,7 @@
- 直接将demo中`Lib文件夹中的文件`导入到项目即可使用
- 也可以pod
```
'TLAlertLib', '~> 1.0.2'
'TLAlertLib', '~> 1.1.0'
```
- 示例代码
```objc
Expand Down
2 changes: 1 addition & 1 deletion TLAlertLib.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'TLAlertLib'
s.version = '1.0.3'
s.version = '1.1.0'
s.license = 'MIT'
s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'
Expand Down

0 comments on commit 3dc3674

Please sign in to comment.