Skip to content

Commit

Permalink
Updated podspec with github urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstasiak committed May 23, 2017
1 parent 9a3a29f commit ef8eea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SnappyTestCase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef8eea2

Please sign in to comment.