Skip to content

Commit

Permalink
Fixedp odspec urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzamir committed Jun 15, 2017
1 parent 39129c5 commit 273b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DZAOldStyleNavigationControllerAnimatedTransition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Pod::Spec.new do |s|
s.description = <<-DESC
This class implements the UIViewControllerAnimatedTransitioning protocol and it lets you use the old style push and pop animation (before iOS7) in which the two views scrolls together. Useful for UINavigationController with a transparent background in which the views overlaps with the iOS7 animation style.
DESC
s.homepage = "https://github.com/Dzamir/DZAObliqueFillAnimatorView"
s.homepage = "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition"
s.license = 'MIT'
s.author = { "Davide Di Stefano" => "dzamirro@gmail.com" }
s.source = { :git => "https://github.com/Dzamir/DZAObliqueFillAnimatorView.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/dzamir'

s.platform = :ios, '7.0'
Expand Down

0 comments on commit 273b2ad

Please sign in to comment.