File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments