diff --git a/Hover.podspec b/Hover.podspec index c7dfd2e..3a6b623 100644 --- a/Hover.podspec +++ b/Hover.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.homepage = 'https://github.com/pedrommcarrasco/Hover' spec.authors = { 'Pedro Carrasco' => 'https://twitter.com/pedrommcarrasco' } spec.summary = '🎈 The smartest floating button' - spec.description = 'Hover is a draggable floating action button (FAB) inspired by Apple's session Designing Fluid Interfaces & Nathan Gitter's fluid-interfaces. Hover will always stick to the nearest corner to avoid blocking content and allows the user to send it to any other corner with a single swipe.' + spec.description = "Hover is a draggable floating action button (FAB) inspired by Apple's session Designing Fluid Interfaces & Nathan Gitter's fluid-interfaces. Hover will always stick to the nearest corner to avoid blocking content and allows the user to send it to any other corner with a single swipe." spec.source = { :git => 'https://github.com/pedrommcarrasco/Hover.git', :tag => spec.version.to_s } spec.swift_version = '5.0'