diff --git a/SnappyTestCase.podspec b/SnappyTestCase.podspec index a2be756..bb5772c 100644 --- a/SnappyTestCase.podspec +++ b/SnappyTestCase.podspec @@ -5,11 +5,11 @@ Pod::Spec.new do |s| s.description = <<-DESC SnappyTestCase combines tests with a set of device definitions (each one including screen size, scale, and orientation) to validate with, ignoring real device simulator context information. DESC - s.homepage = "https://bitbucket.org/tooploox/snappy/overview" + s.homepage = "https://github.com/tooploox/SnappyTestCase" s.license = "Apache 2.0" s.author = 'Tooploox' s.platform = :ios, "8.0" - s.source = { :git => "https://bitbucket.org/tooploox/snappy.git"} + s.source = { :git => "https://github.com/tooploox/SnappyTestCase.git"} s.source_files = 'Snappy/*.{swift}' s.frameworks = 'XCTest', 'UIKit','Foundation' s.dependency "FBSnapshotTestCase", "~> 2.1.4"