Sha256: a33358c0f91c881c296088dddccadf65dc0343a2a29987476e964cc36e438114

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

### fastlane Helper

You can put shared code into this folder. Use this if you need to access the same code from multiple actions or to just clean up the actual action.

To create a new helper, duplicate the `podspec_helper.rb`, rename the class and put your code inside the class. 

Make sure it's structured like this:

```ruby
module Fastlane
	module Helper
		class PodspecHelper
			...
		end
	end
end
```

The `git_helper` and `sh_helper` are different, please make sure to build something like `podspec_helper`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastlane-1.26.0 lib/fastlane/helper/README.md