Skip to content

Commit

Permalink
Replace double quotes with single " -> '
Browse files Browse the repository at this point in the history
  • Loading branch information
danshevluk committed Dec 18, 2016
1 parent 02f29e1 commit a02c4c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SwiftSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|

s.name = "SwiftSocket"
s.version = "2.0"
s.summary = "A cool framework to work with TCP and UDP sockets"
s.name = 'SwiftSocket'
s.version = '2.0'
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 💁
DESC

s.homepage = "https://github.com/swiftsocket/SwiftSocket"
s.homepage = 'https://github.com/swiftsocket/SwiftSocket'

s.license = { :type => "BSD" }
s.license = { :type => 'BSD' }

s.author = { "Dan Shevlyuk" => "[email protected]" }
s.social_media_url = "http://twitter.com/danshevluk"
s.author = { 'Dan Shevlyuk' => '[email protected]' }
s.social_media_url = 'http://twitter.com/danshevluk'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.7'
Expand Down

0 comments on commit a02c4c3

Please sign in to comment.