# -*- encoding: utf-8 -*- # stub: cocoapods-plugins 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "cocoapods-plugins".freeze s.version = "0.2.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 = ["David Grandinetti".freeze, "Olivier Halligon".freeze] s.date = "2014-05-20" s.description = " This CocoaPods plugin shows information about all available CocoaPods plugins\n (yes, this is very meta!).\n This CP plugin adds the \"pod plugins\" command to CocoaPods so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods.org)\n".freeze s.files = [".gitignore".freeze, ".rubocop-cocoapods.yml".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cocoapods-plugins.gemspec".freeze, "lib/cocoapods_plugin.rb".freeze, "lib/cocoapods_plugins.rb".freeze, "lib/pod/command/plugins.rb".freeze, "lib/pod/command/plugins/create.rb".freeze, "lib/pod/command/plugins/list.rb".freeze, "lib/pod/command/plugins/search.rb".freeze, "lib/pod/command/plugins_helper.rb".freeze, "spec/command/plugins/create_spec.rb".freeze, "spec/command/plugins/list_spec.rb".freeze, "spec/command/plugins/search_spec.rb".freeze, "spec/command/plugins_helper_spec.rb".freeze, "spec/command/plugins_spec.rb".freeze, "spec/fixtures/plugins.json".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/cocoapods/cocoapods-plugins".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CocoaPods plugin which shows info about available CocoaPods plugins.".freeze s.test_files = ["spec/command/plugins/create_spec.rb".freeze, "spec/command/plugins/list_spec.rb".freeze, "spec/command/plugins/search_spec.rb".freeze, "spec/command/plugins_helper_spec.rb".freeze, "spec/command/plugins_spec.rb".freeze, "spec/fixtures/plugins.json".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end