Sha256: bf27e8754617f552c4d62425880b425762ff86310e4eb6642126fcbd702566ab

Contents?: true

Size: 990 Bytes

Versions: 1

Compression:

Stored size: 990 Bytes

Contents

# cocoapods-static-framework

A cocoapods plugin that enables static frameworks for all pods.

Cocoapods only supports static framework at pod level, which means an option in podspec and just valid for that pod. By using this plugin, we can make all pod to static framework with only one word!


## Usage
Install via gem:

```
$ gem install cocoapods-static-framework
```

Add the following to your podfile:

```ruby
plugin 'cocoapods-static-framework'

```

NOTE: Static frameworks is still using framework, not static library. So don't forget to add `use_frameworks!`

## About Static framework

### Why

Too many dynamic frameworks will increase app boot time dramatically, also the `Copy framework` build phase will expend unendurable time in the code-build-run loop. (There is also a dyld [crash](https://github.com/Ruenzuo/cocoapods-amimono#why-would-you-want-this-plugin-in-your-podfile)) Static framework have no these problems.

## requirement

- cocoapods ~> 1.5 

## License
MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-static-framework-1.0.1 README.md