Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-gd

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-gd

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

CocoaPods Gd

Build Status Coverage Status Gem Version Code Climate

CocoaPods plugin which allows you to generate a framework or static library from a podspec.

This plugin is for CocoaPods developers, who need to distribute their Pods not only via CocoaPods, but also as frameworks or static libraries for people who do not use Pods.

Why should I use Pods if I'm targeting developers who don't use Pods?

There are still a number of advantages to developing against a podspec, even if your public distribution is closed-source:

  1. You can easily use the Pod in-house in an open-source style. This makes step-by-step debugging and multi-project development a breeze.
  2. You can pull in third-party dependencies using CocoaPods. (CocoaPods Gd is even capable of mangling symbols to improve compatibility with any symbols that might appear in the integrating app.)
  3. You can declaratively specify build settings (e.g. frameworks, compiler flags) in your podspec. This is easier to maintain and replicate than build settings embedded in your Xcode project.

Installation

$ gem install cocoapods-gd

or add a line to your Gemfile:

gem "cocoapods-gd"

then run bundle install.

This installs Gd as a CocoaPods plugin.

Usage

$ pod gd KFData.podspec

See also pod --help.

FAQs

Package last updated on 18 Dec 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc