Skip to content

Commit

Permalink
[Fix] Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Kirichok authored and Stas Kirichok committed Aug 28, 2018
1 parent 44b21e7 commit 83d52c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReportPortalAgent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Pod::Spec.new do |s|
This agent allows to see test results on the Report Portal - http://reportportal.io
DESC

s.homepage = 'https://github.com/Windmill-Smart-Solutions/RPAgentSwiftXCTest'
s.homepage = 'https://github.com/Windmill-Smart-Solutions/ReportPortalAgent'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'DarthRumata' => 'stas.kirichok@windmill.ch' }
s.source = { :git => 'https://github.com/Windmill-Smart-Solutions/RPAgentSwiftXCTest.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/Windmill-Smart-Solutions/ReportPortalAgent.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.3'
s.tvos.deployment_target = '10.3'
Expand Down

0 comments on commit 83d52c2

Please sign in to comment.