Skip to content

Commit b1e9872

Browse files
committed
Updated podspec for 1.5
1 parent 4a014a1 commit b1e9872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GoogleReporter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
s.name = "GoogleReporter"
4-
s.version = "1.4"
4+
s.version = "1.5"
55
s.summary = "Easily integrate your app with Google Analytics"
66

77
s.description = <<-DESC
@@ -26,5 +26,5 @@ Pod::Spec.new do |s|
2626
s.source = { :git => "https://github.com/ksmandersen/GoogleReporter.git", :tag => "#{s.version}" }
2727

2828
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
29-
s.source_files = "Source", "GoogleReporter/Source/GoogleReporter.swift"
29+
s.source_files = "GoogleReporter/Source/*.swift"
3030
end

0 commit comments

Comments
 (0)