# -*- encoding: utf-8 -*-
# stub: cocoapods-linkline 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "cocoapods-linkline".freeze
  s.version = "0.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["youhui".freeze]
  s.date = "2023-09-19"
  s.description = "A plug-in that can customize component dependencies, static libraries/dynamic libraries.".freeze
  s.email = ["developer_yh@163.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cocoapods-linkline.gemspec".freeze, "lib/cocoapods-linkline.rb".freeze, "lib/cocoapods-linkline/command.rb".freeze, "lib/cocoapods-linkline/command/linkline/linkline.rb".freeze, "lib/cocoapods-linkline/command/linkline/target-linkline.rb".freeze, "lib/cocoapods-linkline/command/linkline/targetValidator-linkline.rb".freeze, "lib/cocoapods-linkline/command/linkline/targetdefinition-linkline.rb".freeze, "lib/cocoapods-linkline/command/stable/podfile-linkline.rb".freeze, "lib/cocoapods-linkline/command/stable/stable.rb".freeze, "lib/cocoapods-linkline/gem_version.rb".freeze, "lib/cocoapods_plugin.rb".freeze, "spec/command/linkline_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://github.com/ymoyao/cocoapods-linkline".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Build the component and all child inherit dependencies with dynamic framework  pod 'xxx', :linkages => :dynamic  Build the component itself with a dynamic framework  pod 'xxx', :linkage => :dynamic  Build the component and all child inherit dependencies with static framework  pod 'xxx', :linkages => :static  Build the component itself with a static framework  pod 'xxx', :linkage => :static".freeze
  s.test_files = ["spec/command/linkline_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.3".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
end