Skip to content

A CocoaPods plugin that allows customizing how individual pods are packaged and linked.

License

Notifications You must be signed in to change notification settings

segiddins/cocoapods-packing-cubes

Repository files navigation

cocoapods-packing-cubes

A small CocoaPods plugin that allows specifying how individual pods are packaged and linked.

Installation

$ gem install cocoapods-packing-cubes

Usage

# Podfile

plugin 'cocoapods-packing-cubes',
    'AFNetworking' => { 'linkage' => 'static', 'packaging' => 'framework' },
    'SVGKit' => { 'linkage' => 'dynamic', 'packaging' => 'framework' },
    'JSONKit' => { 'linkage' => 'static', 'packaging' => 'framework' }

About

A CocoaPods plugin that allows customizing how individual pods are packaged and linked.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages