Module: CocoapodsPodfileGenerator

Defined in:
lib/cocoapods-podfile-generator/version.rb

Constant Summary collapse

VERSION =
"0.4.1"
SUMMARY =
"A Cocoapods plugin to generate a Podfile file with the pods provided."
DESCRIPTION =
"  A Cocoapods plugin that helps you generate a Podfile file with the pods provided. \n  \n  The plugin has the following features that will try to make your life easier when creating a Podfile:\n  \n  * Generate a target per each platform supported by the pods provided. You can control which platforms to support\n\n  * Calculate the best minimum supported version for each platform\n  \n  * Generate the Podfile just with the pods provided or it can add for you the subspecs or dependecies needed for each pod provided\n"
POD_ARGUMENT_NAME =

CLAide Arguments

"POD_NAME:POD_VERSION"
REGEX_FLAG_NAME =

CLAide Flags

"regex"
INCLUDE_DEPENDENCIES_FLAG_NAME =
"include-dependencies"
INCLUDE_DEFAULT_SUBSPECS_FLAG_NAME =
"include-default-subspecs"
INCLUDE_ALL_SUBSPECS_FLAG_NAME =
"include-all-subspecs"
INCLUDE_ANALYZE_FLAG_NAME =
"include-analyze"
FILE_OPTION_NAME =

CLAide Options

"file"
PLATFORMS_OPTION_NAME =
"platforms"
OUTPUT_OPTION_NAME =
"output"