aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2016-02-10 19:19:17 -0800
committerJorge Canizales <jcanizales@google.com>2016-02-10 19:19:17 -0800
commitf492dd8aa41d6617e2c391879dcab3c77d2811d7 (patch)
tree102eee1462ffdc8c5b865e03221d00d89383e587 /Protobuf.podspec
parent028d59fccda7a94c3fd39095261caceb77456af3 (diff)
downloadprotobuf-f492dd8aa41d6617e2c391879dcab3c77d2811d7.tar.gz
protobuf-f492dd8aa41d6617e2c391879dcab3c77d2811d7.tar.bz2
protobuf-f492dd8aa41d6617e2c391879dcab3c77d2811d7.zip
Include 'source' attribute in the podspec
The new version of Cocoapods requires it even when using the podspec locally.
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 73a60222..02c83723 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -11,6 +11,9 @@ Pod::Spec.new do |s|
s.license = 'New BSD'
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
+ s.source = { :git => 'https://github.com/google/protobuf.git',
+ :tag => "v#{s.version}" }
+
s.source_files = 'objectivec/*.{h,m}',
'objectivec/google/protobuf/Any.pbobjc.{h,m}',
'objectivec/google/protobuf/Api.pbobjc.{h,m}',