Sha256: 09c8ed4857cf66c007c0061c24f76471883e72fc9c0177202395f65123f14c92

Contents?: true

Size: 468 Bytes

Versions: 6

Compression:

Stored size: 468 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'

plugin 'cocoapods-rome'

pod 'Alamofire'
```

then run this:

```bash
pod install
```

and you will end up with dynamic frameworks:

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cocoapods-rome-0.4.2 README.md
cocoapods-rome-0.4.1 README.md
cocoapods-rome-0.4.0 README.md
cocoapods-rome-0.3.1 README.md
cocoapods-rome-0.3.0 README.md
cocoapods-rome-0.2.0 README.md