# -*- encoding: utf-8 -*- # stub: fastlane-plugin-apprepo 0.5.2 ruby lib Gem::Specification.new do |s| s.name = "fastlane-plugin-apprepo".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matej Sychra".freeze] s.date = "2018-08-22" s.description = "Fastlane plugin SFTP/AppRepo uploader".freeze s.email = ["suculent@me.com".freeze] s.files = [".circleci/config.yml".freeze, ".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "assets/RepofileDefault".freeze, "assets/apprepo.png".freeze, "assets/circle.key".freeze, "assets/fastlane.png".freeze, "assets/manifest.png".freeze, "build-gem.sh".freeze, "cci-config-generator.sh".freeze, "coverage/.last_run.json".freeze, "coverage/.resultset.json".freeze, "coverage/.resultset.json.lock".freeze, "fastlane-plugin-apprepo.gemspec".freeze, "fastlane/Appfile".freeze, "fastlane/Fastfile".freeze, "fastlane/Pluginfile".freeze, "fastlane/Repofile".freeze, "greeter.rb".freeze, "lib/fastlane/plugin/apprepo.rb".freeze, "lib/fastlane/plugin/apprepo/actions/download_manifest.rb".freeze, "lib/fastlane/plugin/apprepo/actions/init.rb".freeze, "lib/fastlane/plugin/apprepo/actions/run.rb".freeze, "lib/fastlane/plugin/apprepo/actions/submit.rb".freeze, "lib/fastlane/plugin/apprepo/analyser.rb".freeze, "lib/fastlane/plugin/apprepo/command.rb".freeze, "lib/fastlane/plugin/apprepo/commands_generator.rb".freeze, "lib/fastlane/plugin/apprepo/detect_values.rb".freeze, "lib/fastlane/plugin/apprepo/helper/Find Results".freeze, "lib/fastlane/plugin/apprepo/helper/analyser.rb".freeze, "lib/fastlane/plugin/apprepo/helper/commands_generator.rb".freeze, "lib/fastlane/plugin/apprepo/helper/detect_values.rb".freeze, "lib/fastlane/plugin/apprepo/helper/loader.rb".freeze, "lib/fastlane/plugin/apprepo/helper/manifest.rb".freeze, "lib/fastlane/plugin/apprepo/helper/options.rb".freeze, "lib/fastlane/plugin/apprepo/helper/runner.rb".freeze, "lib/fastlane/plugin/apprepo/helper/setup.rb".freeze, "lib/fastlane/plugin/apprepo/helper/uploader.rb".freeze, "lib/fastlane/plugin/apprepo/loader.rb".freeze, "lib/fastlane/plugin/apprepo/manifest.rb".freeze, "lib/fastlane/plugin/apprepo/options.rb".freeze, "lib/fastlane/plugin/apprepo/runner.rb".freeze, "lib/fastlane/plugin/apprepo/setup.rb".freeze, "lib/fastlane/plugin/apprepo/uploader.rb".freeze, "lib/fastlane/plugin/apprepo/version.rb".freeze, "manifest.json".freeze, "publish-gem.sh".freeze, "sampleapp.ipa".freeze, "test".freeze] s.homepage = "https://github.com/suculent/fastlane-plugin-apprepo".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Fastlane plugin for distributing artifacts with SFTP upload".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze, ">= 2.0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1".freeze, ">= 1.14.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze, ">= 3.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze, ">= 0.10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze, ">= 0.9.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze, ">= 0.48.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze, ">= 2.20".freeze]) end