Skip to content

Commit

Permalink
Fixed issue in the .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommcarrasco committed Jul 18, 2019
1 parent 4b15494 commit 8bd28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hover.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/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'
Expand Down

0 comments on commit 8bd28ca

Please sign in to comment.