Skip to content

Commit

Permalink
Fixing incorrect podspec source url
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort committed Nov 16, 2016
1 parent 46e557e commit 4747ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TableFlip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/mergesort/TableFlip'
spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' }
spec.summary = 'A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻'
spec.source = { :git => 'https://github.com/mergesort/Communicado.git', :tag => "#{spec.version}" }
spec.source = { :git => 'https://github.com/mergesort/TableFlip.git', :tag => "#{spec.version}" }
spec.source_files = 'src/*.swift'
spec.framework = 'Foundation'
spec.requires_arc = true
Expand Down

0 comments on commit 4747ed5

Please sign in to comment.