0.0
No commit activity in last 3 years
No release in over 3 years
Makes easy to use Carthage dependency manager
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.2

Runtime

 Project Readme

Carthframie

Welcome to carthframie! carthframie is ruby gem which makes easier to use Carthage dependeny manager for iOS. After carthage update use carthframie's add_frameworks method to add the built frameworks to the project.

CI Status
Master Build Status

Installation

Add this line to your application's Gemfile:

gem 'carthframie'

And then execute:

$ bundle update

Or install it yourself as:

$ gem install carthframie

Usage

Use add_frameworks method. Provide .xcodeproj file and target name as parameters like below

$ carthframie add_frameworks Example.xcodeproj Example

Please note that you need to run add_frameworks in the project root directory. (Contains '.xcodeproj' and 'Carthage/Build')

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ngergo100/carthframie.

License

The gem is available as open source under the terms of the MIT License.