We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e557e commit 4747ed5Copy full SHA for 4747ed5
TableFlip.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
5
spec.homepage = 'https://github.com/mergesort/TableFlip'
6
spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' }
7
spec.summary = 'A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻'
8
- spec.source = { :git => 'https://github.com/mergesort/Communicado.git', :tag => "#{spec.version}" }
+ spec.source = { :git => 'https://github.com/mergesort/TableFlip.git', :tag => "#{spec.version}" }
9
spec.source_files = 'src/*.swift'
10
spec.framework = 'Foundation'
11
spec.requires_arc = true
0 commit comments