Skip to content

Commit ed84129

Browse files
committed
[update] close-on-outside-tap code in cocoapods
1 parent 9e55a9e commit ed84129

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CustomIOSAlertView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "CustomIOSAlertView"
4-
s.version = "0.9.4"
4+
s.version = "0.9.5"
55
s.summary = "Custom UIAlertView. Continue adding images and UIViews to dialogs on iOS7+."
66

77
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121

2222
s.platform = :ios
2323

24-
s.source = { :git => "https://github.com/wimagguc/ios-custom-alertview.git", :tag => "0.9.4" }
24+
s.source = { :git => "https://github.com/wimagguc/ios-custom-alertview.git", :tag => "0.9.5" }
2525

2626
s.source_files = "CustomIOSAlertView/CustomIOSAlertView/View/**/*.{h,m}"
2727

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom iOS AlertView
22

3-
`v0.9.4`
3+
`v0.9.5`
44

55
`support for iOS7+`
66

@@ -20,7 +20,7 @@ As simple as adding the following files to your project:
2020
Or use Cocoapods:
2121

2222
```
23-
pod 'CustomIOSAlertView', '~> 0.9.4'
23+
pod 'CustomIOSAlertView', '~> 0.9.5'
2424
```
2525

2626
## Change notes
@@ -129,7 +129,7 @@ This is a really quick implementation, and there are a few things missing:
129129
* [@kwent](https://github.com/kwent) for adding performance optimisations
130130
* [@thomasaw](https://github.com/thomasaw) for the refract on the deprecated initWithParentview
131131
* [@yiboyu](https://github.com/yiboyu) for the multi-line button fix
132-
132+
* [@logicxd](https://github.com/logicxd) for the close-on-touchup-outside code
133133
134134
## License
135135

0 commit comments

Comments
 (0)