@hedviginsurance/podspec-generator
v0.2.3
Published
Automatic Podfile generator based on a module's package.json, for React Native modules on iOS.
Downloads
11
Readme
podspec-generator
Automatic podspec generator based on a module's package.json, for React Native modules on iOS.
Install
npm install -g @hedviginsurance/podspec-generator
Usage
podspec-generator path/to/module
Options
ios
: Set ios target version e.g. 7.0
. Defaults to 8.0
source_files
: Set source folder. Defaults to ios
dry
: Perform a dry-run and log output (don't generate the file)
dependencies
: Add s.dependency
to the generated podspec, array of strings.
Example:
podspec-generator path/to/module --ios=7.0 --source_files=Classes