cocoapods-packing-cubes

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

MIT License

Downloads
61.7K
Stars
30
Committers
1

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' }
Package Rankings
Top 16.11% on Rubygems.org
Related Projects