Skip to content

Commit

Permalink
[feat]: podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCech committed Oct 27, 2020
1 parent 57a6693 commit 5660084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeallocTests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://strv.com'
s.social_media_url = 'https://twitter.com/DanielCech'
s.authors = { "Daniel Cech" => "[email protected]", "Jan Kaltoun" => "[email protected]" }
s.source = { :git => "git@github.com:strvcom/ios-research-dealloc-tests.git", :tag => "v"+s.version.to_s }
s.source = { :git => "https://github.com/strvcom/DeallocTests.git", :tag => "v"+s.version.to_s }
s.platforms = { :ios => "12.0" }
s.requires_arc = true
s.swift_versions = ['5.0']
Expand Down

0 comments on commit 5660084

Please sign in to comment.