We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96d0b4 commit 81f89b8Copy full SHA for 81f89b8
AHKActionSheet.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AHKActionSheet"
3
- s.version = "0.5"
+ s.version = "0.5.1"
4
s.summary = "An alternative to the UIActionSheet with a block-based API and a modern, customizable look."
5
s.homepage = "https://github.com/fastred/AHKActionSheet"
6
s.license = 'MIT'
README.md
@@ -53,6 +53,10 @@ The view is customizable either directly or through a UIAppearance API. See the
53
54
## Changelog
55
56
+0.5.1
57
+
58
+* Fixed issues with separators on iOS 8
59
60
0.5
61
62
* Fixed bugs on iOS 8
0 commit comments