xuzhongping / cocoapods-use-frameworks-dynamic-wrapper

The CocoaPods plugin can automatically fix static framework transitive dependencies problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cocoapods-use-frameworks-dynamic-wrapper

The CocoaPods plugin can automatically fix static framework transitive dependencies problems.

Installation

$ gem install cocoapods-use-frameworks-dynamic-wrapper

Usage

plugin 'cocoapods-use-frameworks-dynamic-wrapper'

target :ExampleTarget do
  use_frameworks! :dynamic_wrapper => true

  pod 'SomePod'
end

About

The CocoaPods plugin can automatically fix static framework transitive dependencies problems.

License:MIT License


Languages

Language:Ruby 100.0%