版本号更新

This commit is contained in:
熊冉
2019-11-13 12:05:54 +08:00
parent 6ed8644411
commit 69de4aecdb
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'CRBoxInputView'
s.version = '1.1.4'
s.version = '1.1.5'
s.summary = 'You can use this widget for verify code, password input or phone number input.'
# This description is used to generate tags and improve search results.

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<string>1.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -31,7 +31,7 @@ configCellShadowBlock //自定义阴影
CRBoxInputView 可以通过 [CocoaPods](https://cocoapods.org). 来安装, 只需简单的在你的 Podfile 中添加如下代码:
```ruby
pod 'CRBoxInputView', '1.1.4'
pod 'CRBoxInputView', '1.1.5'
```

View File

@@ -19,7 +19,7 @@
## Critical Updates!!!
We can config custom view, not need to throw the inherit way from the version 1.1.4. You can config custom view with block in `CRBoxInputCellProperty`.
We can config custom view, not need to throw the inherit way from the version 1.1.5. You can config custom view with block in `CRBoxInputCellProperty`.
``` objc
customSecurityViewBlock //Custom security view
customLineViewBlock //Custom line
@@ -34,7 +34,7 @@ CRBoxInputView is available through [CocoaPods](https://cocoapods.org). To insta
it, simply add the following line to your Podfile:
```ruby
pod 'CRBoxInputView', '1.1.4'
pod 'CRBoxInputView', '1.1.5'
```