aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-06-02 10:30:26 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-06-02 10:30:26 -0700
commitd1281cdb6951cc77daa2b576234d16028e8a57df (patch)
treeb9788a1fb83e25997566c8383e9a14c2a3c60706 /Protobuf.podspec
parentad174e0391bd6251ee522ec36bc8d3b83ebc213c (diff)
parent249483e93c1c4c12561133419c9e80cc27e4a0b7 (diff)
downloadprotobuf-d1281cdb6951cc77daa2b576234d16028e8a57df.tar.gz
protobuf-d1281cdb6951cc77daa2b576234d16028e8a57df.tar.bz2
protobuf-d1281cdb6951cc77daa2b576234d16028e8a57df.zip
Merge pull request #451 from jcanizales/document-why-podspec-is-on-root
Document why the podspec is on the root of the repo
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 5c154a57..c98dae4e 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -1,3 +1,8 @@
+# This file describes to Cocoapods how to integrate the Objective-C runtime into a dependent
+# project.
+# Despite this file being specific to Objective-C, it needs to be on the root of the repository.
+# Otherwise, Cocoapods gives trouble like not picking up the license file correctly, or not letting
+# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
s.version = '3.0.0'