# -*- encoding: utf-8 -*- # stub: fastlane-plugin-apprepo 0.3.7 ruby lib Gem::Specification.new do |s| s.name = "fastlane-plugin-apprepo".freeze s.version = "0.3.7".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 = "2017-03-03" s.description = "experimental fastlane plugin based on https://github.com/suculent/apprepo SFTP uploader".freeze s.email = ["suculent@me.com".freeze] s.files = [".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, "circle.yml".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/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 = "experimental fastlane plugin".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.8.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze, ">= 3.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.100".freeze, ">= 1.100.0".freeze]) end