Skip to content

Commit

Permalink
Update podspec URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Jan 18, 2020
1 parent f1adbcb commit 51311f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FTTestingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
Testing helpers for easier testing mockups and asynchronous testing.
DESC
s.homepage = "https://github.com/thefuntasty/FTTestingKit"
s.homepage = "https://github.com/futuredapp/FTTestingKit"
s.license = { type: "MIT", file: "LICENSE" }
s.author = { "Matěj Kašpar Jirásek" => "[email protected]" }
s.social_media_url = "https://twitter.com/Futuredapps"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source = { git: "https://github.com/thefuntasty/FTTestingKit.git", tag: s.version.to_s }
s.source = { git: "https://github.com/futuredapp/FTTestingKit.git", tag: s.version.to_s }

s.subspec 'Core' do |ss|
ss.source_files = "Sources/FTTestingKit/*"
Expand Down

0 comments on commit 51311f0

Please sign in to comment.