version_get_podspec¶
Receive the version number from a podspec file
version_get_podspec | |
---|---|
Supported platforms | ios, mac |
Author | @Liquidsoul, @KrauseFx |
1 Example¶
version = version_get_podspec(path: "TSMessages.podspec")
Parameters¶
Key | Description | Default |
---|---|---|
path |
You must specify the path to the podspec file | * |
require_variable_prefix |
true by default, this is used for non CocoaPods version bumps only | true |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action version_get_podspec