We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fc48b commit f669524Copy full SHA for f669524
2 files changed
AXStateButton.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AXStateButton"
3
- s.version = "1.1.2"
+ s.version = "1.1.3"
4
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
5
s.summary = "A simple UIButton subclass that allows for extensive button state customization."
6
s.homepage = "https://github.com/alexhillc/AXStateButton"
CHANGELOG.md
@@ -1,3 +1,6 @@
+# 1.1.3
+- Support for iOS 8
+
# 1.1.2
- Removes animation from setValue:forState methods
0 commit comments