0.1.3 • Published 6 years ago

walter-podspec v0.1.3

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

walter-podspec

Automatic podspec generator based on a module's package.json, for cordova modules on iOS.

Install

npm install -g walter-podspec

Usage

walter-podspec 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)

Example:

walter-podspec path/to/module --ios=7.0 --source_files=Classes