--- !ruby/object:Gem::Specification name: cocoapods-plugins version: !ruby/object:Gem::Version version: 1.0.0.rc.1 platform: ruby authors: - David Grandinetti - Olivier Halligon autorequire: bindir: bin cert_chain: [] date: 2016-04-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nap requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: |2 This CocoaPods plugin shows information about all available CocoaPods plugins (yes, this is very meta!). This CP plugin adds the "pod plugins" command to CocoaPods so that you can list all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins) email: executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rubocop.yml" - ".rubocop_cocoapods.yml" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - cocoapods-plugins.gemspec - lib/cocoapods_plugin.rb - lib/cocoapods_plugins.rb - lib/pod/command/gem_helper.rb - lib/pod/command/gem_index_cache.rb - lib/pod/command/plugins.rb - lib/pod/command/plugins/create.rb - lib/pod/command/plugins/installed.rb - lib/pod/command/plugins/list.rb - lib/pod/command/plugins/publish.rb - lib/pod/command/plugins/search.rb - lib/pod/command/plugins_helper.rb - plugins.json - spec/command/gem_helper_spec.rb - spec/command/gem_index_cache_spec.rb - spec/command/plugins/create_spec.rb - spec/command/plugins/installed_spec.rb - spec/command/plugins/list_spec.rb - spec/command/plugins/publish_spec.rb - spec/command/plugins/search_spec.rb - spec/command/plugins_helper_spec.rb - spec/command/plugins_spec.rb - spec/fixtures/cocoapods-foo1.gemspec - spec/fixtures/cocoapods-foo2.gemspec - spec/fixtures/plugins.json - spec/fixtures/unprefixed.gemspec - spec/spec_helper.rb homepage: https://github.com/cocoapods/cocoapods-plugins licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.6.3 signing_key: specification_version: 4 summary: CocoaPods plugin which shows info about available CocoaPods plugins. test_files: - spec/command/gem_helper_spec.rb - spec/command/gem_index_cache_spec.rb - spec/command/plugins/create_spec.rb - spec/command/plugins/installed_spec.rb - spec/command/plugins/list_spec.rb - spec/command/plugins/publish_spec.rb - spec/command/plugins/search_spec.rb - spec/command/plugins_helper_spec.rb - spec/command/plugins_spec.rb - spec/fixtures/cocoapods-foo1.gemspec - spec/fixtures/cocoapods-foo2.gemspec - spec/fixtures/plugins.json - spec/fixtures/unprefixed.gemspec - spec/spec_helper.rb