Skip to content

Commit

Permalink
Adjust pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnlima committed Mar 14, 2019
1 parent 89d62ba commit 8a93115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseTracking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { "John Lima" => "[email protected]" }
s.social_media_url = "https://twitter.com/johncarloslima"
s.platform = :ios, "9.3"
s.source = { :git => "", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/limadeveloper/BaseTracking.git", :tag => "#{s.version}" }
s.source_files = "Framework/BaseTracking/Source/*.{swift}"
s.swift_version = "4.0"
end

0 comments on commit 8a93115

Please sign in to comment.