Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdxy committed Mar 27, 2020
1 parent e68f495 commit 802d97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- 直接将demo中`Lib文件夹中的文件`导入到项目即可使用
- 也可以pod
```
'TLAlertLib', '~> 1.0.1'
'TLAlertLib', '~> 1.0.2'
```
- 示例代码
```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.1'
s.version = '1.0.2'
s.license = 'MIT'
s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'
Expand Down

0 comments on commit 802d97a

Please sign in to comment.