Created
March 8, 2020 19:09
-
-
Save tianhaoz95/cb0f21522cd575fb6441acfc6da55e7b to your computer and use it in GitHub Desktop.
fastlane plugin flutter version spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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