Skip to content

Commit

Permalink
Replace the homepage and source in with the correct pointing to the c…
Browse files Browse the repository at this point in the history
…urrent repository in the organization.
  • Loading branch information
Victor Sigler authored and esttorhe committed Oct 17, 2016
1 parent b69a68f commit 16f942d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildaUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
Both Buildasaur and XcodeServerSDK need similar utilities. This is where I keep them.
DESC

s.homepage = "https://github.com/czechboy0/BuildaUtils"
s.homepage = "https://github.com/buildasaurs/BuildaUtils"
s.license = { :type => "MIT", :file => "LICENSE.md" }

s.author = { "Honza Dvorsky" => "http://honzadvorsky.com" }
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/czechboy0/BuildaUtils.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/buildasaurs/BuildaUtils.git", :tag => "v#{s.version}" }
s.source_files = "Source/*.{swift}"

# load the dependencies from the podfile for target ekgclient
Expand Down

0 comments on commit 16f942d

Please sign in to comment.