yanli0303 / Rome

Makes it easy to build a list of frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cocoapods-rome

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

Installation

$ gem install cocoapods-rome

Usage

Write a simple Podfile like this:

platform :osx, '10.10'

plugin 'cocoapods-rome'

target 'caesar' do
  pod 'Alamofire'
end

then run this:

pod install

and you will end up with dynamic frameworks:

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

About

Makes it easy to build a list of frameworks.

License:MIT License


Languages

Language:Ruby 100.0%