更新版本号至1.1.7

This commit is contained in:
BearXR
2020-01-20 16:40:01 +08:00
parent 30837e89ef
commit fbe7717541
4 changed files with 24 additions and 24 deletions

View File

@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'CRBoxInputView'
s.version = '1.1.6'
s.version = '1.1.7'
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

@@ -2,25 +2,25 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

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

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.6. 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.0. 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.6'
pod 'CRBoxInputView', '1.1.7'
```