# -*- encoding: utf-8 -*- # stub: cocoapods-jxedt 0.0.15 ruby lib Gem::Specification.new do |s| s.name = "cocoapods-jxedt".freeze s.version = "0.0.15".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["guojiashuang".freeze] s.date = "2023-05-18" s.description = "A CocoaPods plugin to integrate pods in form of prebuilt frameworks, not source code. It supports multiple environments (Debug/Release), supports xcframework, source code and binary switching. In addition, it provides a command for quickly modifying header files to help developers support modules.".freeze s.email = ["guojiashuang@58.com".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/cocoapods-jxedt.rb".freeze, "lib/cocoapods-jxedt/binary/Intergation.rb".freeze, "lib/cocoapods-jxedt/binary/config.rb".freeze, "lib/cocoapods-jxedt/binary/helper/names.rb".freeze, "lib/cocoapods-jxedt/binary/helper/podfile_options.rb".freeze, "lib/cocoapods-jxedt/binary/helper/podfile_post_install_hook.rb".freeze, "lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb".freeze, "lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb".freeze, "lib/cocoapods-jxedt/binary/helper/target_definition.rb".freeze, "lib/cocoapods-jxedt/binary/hooks/CocoapodsJxedtHook.rb".freeze, "lib/cocoapods-jxedt/binary/hooks/post_install.rb".freeze, "lib/cocoapods-jxedt/binary/hooks/pre_install.rb".freeze, "lib/cocoapods-jxedt/binary/main.rb".freeze, "lib/cocoapods-jxedt/binary/pod-room/framework.rb".freeze, "lib/cocoapods-jxedt/binary/pod-room/xcodebuild_command.rb".freeze, "lib/cocoapods-jxedt/binary/pod-room/xcodebuild_raw.rb".freeze, "lib/cocoapods-jxedt/binary/podfile_dsl.rb".freeze, "lib/cocoapods-jxedt/binary/prebuild.rb".freeze, "lib/cocoapods-jxedt/binary/targets/pod_target.rb".freeze, "lib/cocoapods-jxedt/command.rb".freeze, "lib/cocoapods-jxedt/command/binary/binary.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/build.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/clean.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/code.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/fetch.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/push.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/source_project.rb".freeze, "lib/cocoapods-jxedt/command/binary/command/statistics.rb".freeze, "lib/cocoapods-jxedt/command/header/header.rb".freeze, "lib/cocoapods-jxedt/command/jxedt.rb".freeze, "lib/cocoapods-jxedt/command/options/options.rb".freeze, "lib/cocoapods-jxedt/command/user/user.rb".freeze, "lib/cocoapods-jxedt/gem_version.rb".freeze, "lib/cocoapods-jxedt/git_helper/cache_fetcher.rb".freeze, "lib/cocoapods-jxedt/git_helper/cache_pucher.rb".freeze, "lib/cocoapods-jxedt/git_helper/git_command.rb".freeze, "lib/cocoapods-jxedt/git_helper/zip.rb".freeze, "lib/cocoapods-jxedt/tool.rb".freeze, "lib/cocoapods_plugin.rb".freeze] s.homepage = "http://igit.58corp.com/com.wuba.jxedt.ios/cocoapods-jxedt".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A CocoaPods plugin to integrate pods in form of prebuilt frameworks, not source code. It supports multiple environments (Debug/Release), supports xcframework, source code and binary switching. In addition, it provides a command for quickly modifying header files to help developers support modules.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze, "< 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end