| commit | 942cec077ae36294281d3b13fb33aeea91d58f6a | [log] [tgz] |
|---|---|---|
| author | Deanna Garcia <deannagarcia@google.com> | Fri May 20 21:43:48 2022 +0000 |
| committer | Deanna Garcia <deannagarcia@google.com> | Fri May 20 21:43:48 2022 +0000 |
| tree | 6fe51427a1451b65e1e6aafc804dc630753a1358 | |
| parent | 6673c7c48f243ec734d6b45327c04cb757efae81 [diff] [blame] |
Fix podspecs
diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec index 1297ad3..72a0c70 100644 --- a/Protobuf-C++.podspec +++ b/Protobuf-C++.podspec
@@ -8,7 +8,7 @@ s.cocoapods_version = '>= 1.0' s.source = { :git => 'https://github.com/google/protobuf.git', - :tag => "v21.0-rc2" } + :tag => "v#{s.version}" } s.source_files = 'src/google/protobuf/*.{h,cc,inc}', 'src/google/protobuf/stubs/*.{h,cc}',