Skip to content

Commit

Permalink
[podspec] Stringify verison
Browse files Browse the repository at this point in the history
  • Loading branch information
k0nserv committed Dec 5, 2019
1 parent a90b87d commit d988011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyFloatingLabelTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.authors = "Daniel Langh, Gergely Orosz, Raimon Lapuente"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => s.version.strip }
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => s.version.to_s.strip }
s.source_files = 'Sources/*.swift'
s.swift_versions = ['3.1', '3.2', '3.3', '3.4', '4.0', '4.1', '4.2', '4.3', '5.0']
end

0 comments on commit d988011

Please sign in to comment.