We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a014a1 commit b1e9872Copy full SHA for b1e9872
1 file changed
GoogleReporter.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3
s.name = "GoogleReporter"
4
- s.version = "1.4"
+ s.version = "1.5"
5
s.summary = "Easily integrate your app with Google Analytics"
6
7
s.description = <<-DESC
@@ -26,5 +26,5 @@ Pod::Spec.new do |s|
26
s.source = { :git => "https://github.com/ksmandersen/GoogleReporter.git", :tag => "#{s.version}" }
27
28
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
29
- s.source_files = "Source", "GoogleReporter/Source/GoogleReporter.swift"
+ s.source_files = "GoogleReporter/Source/*.swift"
30
end
0 commit comments