We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f5eaf commit ee81e32Copy full SHA for ee81e32
2 files changed
AXStateButton.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AXStateButton"
3
- s.version = "1.1.3"
+ s.version = "1.1.4"
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.4
+- **[FIX]** Xcode 9 strict prototype warning
+
# 1.1.3
- Support for iOS 8
0 commit comments