Skip to content

Commit 4747ed5

Browse files
committed
Fixing incorrect podspec source url
1 parent 46e557e commit 4747ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TableFlip.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.homepage = 'https://github.com/mergesort/TableFlip'
66
spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' }
77
spec.summary = 'A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻'
8-
spec.source = { :git => 'https://github.com/mergesort/Communicado.git', :tag => "#{spec.version}" }
8+
spec.source = { :git => 'https://github.com/mergesort/TableFlip.git', :tag => "#{spec.version}" }
99
spec.source_files = 'src/*.swift'
1010
spec.framework = 'Foundation'
1111
spec.requires_arc = true

0 commit comments

Comments
 (0)