We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d62ba commit 8a93115Copy full SHA for 8a93115
BaseTracking.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.author = { "John Lima" => "[email protected]" }
9
s.social_media_url = "https://twitter.com/johncarloslima"
10
s.platform = :ios, "9.3"
11
- s.source = { :git => "", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/limadeveloper/BaseTracking.git", :tag => "#{s.version}" }
12
s.source_files = "Framework/BaseTracking/Source/*.{swift}"
13
s.swift_version = "4.0"
14
end
0 commit comments