Skip to content

Commit 88abd71

Browse files
committed
Added interface and updated the AXChainAnimation.podspec file.
1 parent 9349e5b commit 88abd71

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

AXAnimationChain.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "AXAnimationChain"
5-
s.version = "0.3.0"
5+
s.version = "0.3.1"
66
s.summary = "`AXAnimationChain` is an iOS chain animation manater."
77

88
s.description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = "https://github.com/devedbox/AXAnimationChain"
1212
s.license = { :type => "MIT", :file => "LICENSE" }
1313
s.author = { "devedbox" => "devedbox@qq.com" }
1414
s.platform = :ios, "8.0"
15-
s.source = { :git => "https://github.com/devedbox/AXAnimationChain.git", :tag => "0.2.3" }
15+
s.source = { :git => "https://github.com/devedbox/AXAnimationChain.git", :tag => "0.3.1" }
1616
s.source_files = 'AXAnimationChain/Classes/*.{h,m}', 'AXAnimationChain/Classes/CoreAnimation/*.{h,m}'
1717
s.frameworks = "UIKit", "Foundation", "QuartzCore"
1818
s.requires_arc = true

AXAnimationChain/Classes/UIView+Effects.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#import "UIView+Effects.h"
2727
#import "UIView+ChainAnimator.h"
2828
#import "AXChainAnimator+Block.h"
29+
#import "CALayer+AnchorPoint.h"
2930

3031
@implementation UIView (Effects)
3132

0 commit comments

Comments
 (0)