给pod 库添加子库

pod spec 文件如下

#
# Be sure to run `pod lib lint commonComponent.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
  s.name             = 'commonComponent'
  s.version          = '0.0.2'
  s.summary          = 'A short description of commonComponent.'

# This description is used to generate tags and improve search results.
#   * Think: What does it do? Why did you write it? What is the focus?
#   * Try to keep it short, snappy and to the point.
#   * Write the description between the DESC delimiters below.
#   * Finally, don't worry about the indent, CocoaPods strips it!

  s.description      = <<-DESC
TODO: Add long description of the pod here.
                       DESC

  s.homepage         = 'https://github.com/anxiong/commonComponent'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { .. => '.....' }
  s.source           = { :git => '....git', :tag => '0.0.2' }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

  s.ios.deployment_target = '10.0'
    
  s.subspec 'praiseButton' do |praiseButton|
      praiseButton.source_files = 'commonComponent/Classes/praiseButton/**/*'
      praiseButton.public_header_files = 'commonComponent/Classes/praiseButton/**/*.h'
      praiseButton.dependency 'PaperComponent', '~> 0.0.8'
    end
  
  s.subspec 'attentionButton' do |attentionButton|
      attentionButton.source_files = 'commonComponent/Classes/attentionButton/**/*'
      attentionButton.public_header_files = 'commonComponent/Classes/attentionButton/**/*.h'
      attentionButton.dependency 'PaperComponent', '~> 0.0.8'
    end
  
  s.subspec 'videoPhotoPick' do |videoPhotoPick|
      videoPhotoPick.source_files = 'commonComponent/Classes/videoPhotoPick/**/*'
      videoPhotoPick.public_header_files = 'commonComponent/Classes/videoPhotoPick/**/*.h'
      videoPhotoPick.dependency 'PaperComponent', '~> 0.0.8'
      videoPhotoPick.dependency 'Masonry'
    end
  
  # s.resource_bundles = {
  #   'commonComponent' => ['commonComponent/Assets/*.png']
  # }

  # s.public_header_files = 'Pod/Classes/**/*.h'
  # s.frameworks = 'UIKit', 'MapKit'
  # s.dependency 'AFNetworking', '~> 2.3'
end

给pod 库添加文件夹如图
请添加图片描述

pod 描述文件说明
请添加图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值