Skip to content

Commit

Permalink
Changes for 1.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
poetmountain committed Jul 19, 2016
1 parent 9756b53 commit a84f705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,7 @@
1.3.7
=====
* PMTweenCATempo now uses NSRunLoopCommonModes

1.3.6
=====
* Fixed bug with Bounce easingIn type
Expand Down Expand Up @@ -81,4 +85,4 @@ currentValue property wasn't being set to startingValue in PMTweenUnit on setup.

1.0.0
=====
* First release
* First release
4 changes: 2 additions & 2 deletions PMTween.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PMTween'
s.version = '1.3.6'
s.version = '1.3.7'
s.license = { :type => 'MIT' }
s.summary = 'An elegant and flexible tweening library for iOS.'
s.ios.deployment_target = '7.0'
Expand All @@ -14,4 +14,4 @@ Pod::Spec.new do |s|
s.ios.source_files = 'Classes/**/*.{h,m}'
s.tvos.source_files = 'Classes/**/*.{h,m}'
s.requires_arc = true
end
end

0 comments on commit a84f705

Please sign in to comment.