Fixed a spelling error in SwiftSocket.podspec

This commit is contained in:
Eric Schofield 2019-11-29 19:06:27 -07:00
parent 97d64be723
commit 55d85b7119

View File

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A cool framework to work with TCP and UDP sockets'
s.description = <<-DESC
SwiftSocket profieds an easy way to create TCP or UDP clients and servers 💁
SwiftSocket provides an easy way to create TCP or UDP clients and servers 💁
DESC
s.homepage = 'https://github.com/swiftsocket/SwiftSocket'