Преглед изворни кода

Merge pull request #451 from jcanizales/document-why-podspec-is-on-root

Document why the podspec is on the root of the repo
Feng Xiao пре 10 година
родитељ
комит
d1281cdb69
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Protobuf.podspec

+ 5 - 0
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|
 Pod::Spec.new do |s|
   s.name     = 'Protobuf'
   s.name     = 'Protobuf'
   s.version  = '3.0.0'
   s.version  = '3.0.0'