Sha256: 9b8eeea64abe1d058c5d21c898a2cd8821bf2383edbf20dc91f3c486d246387b

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

# cocoapods-rome

![](yolo.jpg)

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
```

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.1.0 README.md