Sha256: e6a13d0941a1829c9b1240449fb477694b354cbf6df979a770a26e74f5af1d13

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

# cocoapods-rome

Rome makes it easy to build a list of frameworks for consumption outside of
Xcode, e.g. for a Swift script.

## Installation

```bash
$ gem install cocoapods-rome
```

## Usage

Write a simple Podfile like this:

```ruby
platform :osx, '10.10'
use_frameworks!

plugin 'cocoapods-rome'

pod 'Alamofire'
```

then run this:

```bash
pod install --no-integrate --no-repo-update
```

and you will end up with dynamic frameworks:

```
$ tree Rome/
Rome/
└── Alamofire.framework
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-rome-0.0.1 README.md