gpt4 book ai didi

ios - 如何配置 podsec 文件 swift 项目

转载 作者:行者123 更新时间:2023-11-28 15:09:08 26 4
gpt4 key购买 nike

我在 pod 验证期间遇到错误。(pod lib lint)

/image/9QuWq.png

我的 Podsec 文件配置是:

Pod::Spec.new do |s|
s.name = 'DrawPDF'
s.version = '1.0'
s.summary = 'Draw PDF below of iOS 11'

s.description = <<-DESC
Draw PDF below of iOS 11
DESC

s.homepage = 'https://github.com/vishalkalola1/DrawPDF.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vishal patel' => 'vishalkalola196@gmail.com' }
s.source = { :git => 'https://github.com/vishalkalola1/DrawPDF.git', :commit=> "8b6aa147c56d2e1685d4ffb15ed6d689d67f4c4d" }

s.ios.deployment_target = '8.0'
s.source_files = 'DrawPDF/VTablePDFCreationSwift/VTablePDFCreation/VPDFTableCreation/*.{swift}'

end

最佳答案

  1. Git 源代码应该指定一个标签 - 将标签添加到您的代码中。由于您可以看到 1.0 是 s.version 中指定的版本是 1.0 所以 push tag 1.0
  2. 描述应比摘要更长,因此请添加更多内容。
  3. 如果您还没有将文件添加到 classes 目录,那么请这样做并在 podsec 中的 s.source_files 中指定所有添加的文件>
  4. 如果您还没有,则需要添加LICENSE 文件。

编辑:

如果您的文件中有任何类,那么您需要添加open 访问说明符,并且还必须将它添加到所有重写的方法中。您可以像添加publicprivate

一样添加 open

关于ios - 如何配置 podsec 文件 swift 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47950836/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com