Skip to content

Commit

Permalink
• Implemented additive animation in PMTweenUnit!
Browse files Browse the repository at this point in the history
• Updated PMTweenObjectUpdater to provide additive updating support.
• Updated tests.
• Updated Examples project to include additive demos.
  • Loading branch information
poetmountain committed Jul 12, 2014
1 parent 4e4bd59 commit 79a2b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PMTween.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PMTween'
s.version = '1.1.2'
s.version = '1.2.0'
s.license = { :type => 'MIT' }
s.summary = 'An elegant and flexible tweening library for iOS.'
s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion Tests/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ xcodeproj 'PMTweenTests.xcodeproj'

target :PMTweenTests, :exclusive => true do
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '~> 0.3.0'
pod 'Expecta', '~> 0.3.1'
end

0 comments on commit 79a2b1a

Please sign in to comment.