10000 GitHub - CocoaPods/Rome at CP-1.1.0-compatibility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CocoaPods/Rome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 16

Languages

0