cocoapods-ezplugin 0.0.1.rc3900980792

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 342ddef760df957e5f4ada370fe1216fbf7e906b70b53266e1bf9ccee9045891
4
+ data.tar.gz: 8e4fae711a011e9e5e11d71f6e43c4562372a9fc7dc1fbf179cd022dcdeb789a
5
+ SHA512:
6
+ metadata.gz: 979ce42ec44545ea4371e738eb2b5d24770dd92ea4756d85d56db1b3b356198a55f7fc7429b61b8ba835845ee54e337b5c4fd458236a8893a4042ca442e3dbb6
7
+ data.tar.gz: dd4a9832feb8dbdb0529e74604028b515353a582530d3f3083249b282030ec96caedfbac393a4911584c338ec05ac6584e17c57242b947dcf1a1d26a9f43e00f
@@ -0,0 +1,6 @@
1
+ fname = [
2
+ "ezplugin.rb",
3
+ ".ezplugin.rb",
4
+ ].find { |fname| File.exis?(fname) }
5
+
6
+ require File.join(".", File.basename(fname, ".*")) unless fname.nil?
@@ -0,0 +1 @@
1
+ require_relative "cocoapods-ezplugin/main"
@@ -0,0 +1 @@
1
+ require "cocoapods-ezplugin/main"
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cocoapods-ezplugin
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.rc3900980792
5
+ platform: ruby
6
+ authors:
7
+ - Thuyen Trinh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-01-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rubocop
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: A CocoaPods plugin to reduce effort executing local plugin code in a
56
+ project
57
+ email:
58
+ - trinhngocthuyen@gmail.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - lib/cocoapods-ezplugin.rb
64
+ - lib/cocoapods-ezplugin/main.rb
65
+ - lib/cocoapods_plugin.rb
66
+ homepage: https://github.com/trinhngocthuyen/cocoapods-ezplugin
67
+ licenses:
68
+ - MIT
69
+ metadata: {}
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">"
82
+ - !ruby/object:Gem::Version
83
+ version: 1.3.1
84
+ requirements: []
85
+ rubygems_version: 3.1.6
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: A CocoaPods plugin to reduce effort executing local plugin code in a project
89
+ test_files: []