Sha256: 66d256820607fa60f4137b4dde47f4833cc2faa825036856c05660fcba545697
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 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 --no-repo-update ``` and you will end up with dynamic frameworks: ``` $ tree Rome/ Rome/ └── Alamofire.framework ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-rome-0.0.4 | README.md |
cocoapods-rome-0.0.3 | README.md |
cocoapods-rome-0.0.2 | README.md |