Skip to content

Commit

Permalink
Updating Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pyro2927 committed Jan 20, 2014
1 parent 5528987 commit 326a284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GKLParallaxPictures.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Pod::Spec.new do |s|
s.name = "GKLParallaxPictures"
s.version = "0.1.0"
s.summary = "Display an image gallery on top of a view with parallax scrolling effect."
s.homepage = "https://github.com/frankdilo/GKLParallaxPictures"
s.screenshots = "https://raw.github.com/frankdilo/GKLParallaxPictures/master/screenshot2.png"
s.homepage = "https://github.com/pyro2927/GKLParallaxPictures"
s.screenshots = "https://raw.github.com/pyro2927/GKLParallaxPictures/master/screenshot2.png"

s.license = 'MIT'
s.author = { "Francesco Di Lorenzo" => "fradilorenzo92@gmail.com" }
s.author = { "Francesco Di Lorenzo" => "fradilorenzo92@gmail.com", "Joseph Pintozzi" => "joseph@pintozzi.com" }

s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/frankdilo/GKLParallaxPictures.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/pyro2927/GKLParallaxPictures.git", :branch => "master" }

s.source_files = 'GKLParallaxPicturesViewController'
s.requires_arc = true
Expand Down

0 comments on commit 326a284

Please sign in to comment.