Socket
Book a DemoInstallSign in
Socket

@hedviginsurance/podspec-generator

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hedviginsurance/podspec-generator

Automatic Podfile generator based on a module's package.json, for React Native modules on iOS.

latest
Source
npmnpm
Version
0.2.3
Version published
Maintainers
2
Created
Source

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

Keywords

cocoapods

FAQs

Package last updated on 17 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts