CNLiveBaseClass.podspec 1.43 KB
#
# Be sure to run `pod lib lint CNLiveBaseClass.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             = 'CNLiveBaseClass'
  s.version          = '0.0.9'
  s.summary          = 'CNLiveBaseClass'

# 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: 网家家-基类.
                       DESC

  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBaseClass'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { '153993236@qq.com' => 'zhangxiaowen@cnlive.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBaseClass.git', :tag => s.version.to_s }

  s.ios.deployment_target = '10.0'
   
  s.subspec 'Controller' do |ss|
    ss.source_files = 'CNLiveBaseClass/Classes/Controller/*'
    ss.dependency 'CNLiveNewTripartiteManagement/WebViewJavascriptBridge'
    # 自定义控件
    ss.dependency 'CNLiveCustomControl'
  end
  
  s.dependency 'CNLiveBaseKit'

end