From 249483e93c1c4c12561133419c9e80cc27e4a0b7 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Mon, 1 Jun 2015 19:55:27 -0700 Subject: Document why the podspec is on the root of the repo --- Protobuf.podspec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Protobuf.podspec') 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' -- cgit v1.2.3