Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Fix podspec uri
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Sep 9, 2018
1 parent 961346d commit 396a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageSizeFetcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/malcommac/ImageSizeFetcher.git.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/malcommac/ImageSizeFetcher.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
s.swift_version = "4.0"
Expand Down

0 comments on commit 396a49c

Please sign in to comment.