Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Jun 20, 2017
1 parent dc29fda commit 8d90297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyAnimation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyAnimation"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level!"
s.description = <<-DESC
EasyAnimation extends the animation methods that are built-in in UIKit and allows you to:
Expand Down
2 changes: 1 addition & 1 deletion EasyAnimation/EasyAnimation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private class CompletionBlock {
@discardableResult
override init() { }

static func enable() {
public static func enable() {
_ = swizzle
}

Expand Down

0 comments on commit 8d90297

Please sign in to comment.