Sha256: 1341e19f5cad23b57cfa7622f09f9c307f57e13ab52550f9a188c58bb8e4d714

Contents?: true

Size: 493 Bytes

Versions: 4

Compression:

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

target 'caesar' do
  pod 'Alamofire'
end
```

then run this:

```bash
pod install
```

and you will end up with dynamic frameworks:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-rome-0.8.0 README.md
cocoapods-rome-0.7.0 README.md
cocoapods-rome-0.6.0 README.md
cocoapods-rome-0.5.0 README.md