aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index b5bb673e..1338b8d9 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -5,14 +5,14 @@
# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
- s.version = '3.6.0'
+ s.version = '3.6.1'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
- s.homepage = 'https://github.com/google/protobuf'
+ s.homepage = 'https://github.com/protocolbuffers/protobuf'
s.license = '3-Clause BSD License'
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
s.cocoapods_version = '>= 1.0'
- s.source = { :git => 'https://github.com/google/protobuf.git',
+ s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git',
:tag => "v#{s.version}" }
s.source_files = 'objectivec/*.{h,m}',