Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tianhaoz95/cb0f21522cd575fb6441acfc6da55e7b to your computer and use it in GitHub Desktop.
Save tianhaoz95/cb0f21522cd575fb6441acfc6da55e7b to your computer and use it in GitHub Desktop.
fastlane plugin flutter version spec
Gem::Specification.new do |spec|
spec.name = 'fastlane-plugin-flutter_version'
spec.version = Fastlane::FlutterVersion::VERSION
spec.author = 'tianhaoz95'
spec.email = '[email protected]'
spec.summary = 'A plugin to retrieve versioning information for Flutter projects.'
spec.homepage = "https://github.com/tianhaoz95/fastlane-plugin-flutter_version"
spec.license = "MIT"
# Some other automatically generated configurations
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment