Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Update author in podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Nov 11, 2015
1 parent ae1ba1a commit 622940b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HockeySDK-Source.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.documentation_url = "http://hockeyapp.net/help/sdk/ios/#{s.version}/"

s.license = 'MIT'
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
s.author = { 'Microsoft' => 'support@hockeyapp.net' }
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s }

s.platform = :ios, '7.0'
Expand Down
2 changes: 1 addition & 1 deletion HockeySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.documentation_url = "http://hockeyapp.net/help/sdk/ios/#{s.version}/"

s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
s.author = { 'Microsoft' => 'support@hockeyapp.net' }

s.platform = :ios, '7.0'
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit 622940b

Please sign in to comment.