Skip to content

Commit 8a93115

Browse files
committed
Adjust pod spec
1 parent 89d62ba commit 8a93115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BaseTracking.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.author = { "John Lima" => "[email protected]" }
99
s.social_media_url = "https://twitter.com/johncarloslima"
1010
s.platform = :ios, "9.3"
11-
s.source = { :git => "", :tag => "#{s.version}" }
11+
s.source = { :git => "https://github.com/limadeveloper/BaseTracking.git", :tag => "#{s.version}" }
1212
s.source_files = "Framework/BaseTracking/Source/*.{swift}"
1313
s.swift_version = "4.0"
1414
end

0 commit comments

Comments
 (0)