Skip to content

Commit 9e55a9e

Browse files
committed
[update] podspec for v0.9.4
1 parent eab4f18 commit 9e55a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CustomIOSAlertView.podspec

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

33
s.name = "CustomIOSAlertView"
4-
s.version = "0.9.3"
5-
s.summary = "Custom UIAlertView. Continue adding images and UIViews to dialogs on iOS7 and iOS8 as well."
4+
s.version = "0.9.4"
5+
s.summary = "Custom UIAlertView. Continue adding images and UIViews to dialogs on iOS7+."
66

77
s.description = <<-DESC
8-
The addSubview is not available in UIAlertView in iOS7 or iOS8 any more. The view hierarchy for this
8+
The addSubview is not available in UIAlertView in iOS7+. The view hierarchy for this
99
class is private and must not be modified. As a solution, this class creates an iOS-style dialog which
1010
you can extend with any UIViews or buttons. The animations and the looks are copied too and no images
1111
or other resources are needed.
@@ -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.3" }
24+
s.source = { :git => "https://github.com/wimagguc/ios-custom-alertview.git", :tag => "0.9.4" }
2525

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

0 commit comments

Comments
 (0)