aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2016-02-12 15:00:38 -0800
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2016-02-12 15:00:38 -0800
commite35e24800fb8d694bdeea5fd63dc7d1b14d68723 (patch)
treeb81d70a63fd0754bc37026d9e78e4b5f377d57e0
parent3ee2e20539294c0baff879d5c5164540c8749a2b (diff)
parentf492dd8aa41d6617e2c391879dcab3c77d2811d7 (diff)
Merge pull request #1226 from jcanizales/patch-1
Include 'source' attribute in the 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}',