Skip to content

Commit

Permalink
[CocoaPods] Add myself to authors in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandann committed Dec 19, 2020
1 parent 83eec0f commit c75cd68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PeerTalk.podspec
Expand Up @@ -3,7 +3,10 @@ Pod::Spec.new do |spec|
spec.version = '0.1.0'
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.homepage = 'http://rsms.me/peertalk/'
spec.authors = { 'Rasmus Andersson' => 'rasmus@notion.se' }
spec.authors = {
'Rasmus Andersson' => 'rasmus@notion.se',
'Jonathan Dann' => 'jonathan@jonathandann.com'
}
spec.summary = 'iOS and OS X Cocoa library for communicating over USB and TCP.'

spec.source = { :git => "https://github.com/rsms/PeerTalk.git", :tag => '0.1.0' }
Expand All @@ -14,5 +17,4 @@ Pod::Spec.new do |spec|
spec.description = "PeerTalk is a iOS and OS X Cocoa library for communicating over USB and TCP.\n\n Highlights:\n\n * Provides you with USB device attach/detach events and attached device's info\n * Can connect to TCP services on supported attached devices (e.g. an iPhone), bridging the communication over USB transport\n * Offers a higher-level API (PTChannel and PTProtocol) for convenient implementations.\n* Tested and designed for libdispatch (aka Grand Central Dispatch).\n"

spec.swift_version = ['5.0']

end

0 comments on commit c75cd68

Please sign in to comment.