Sha256: d06c0cd402dc7f0ed9922c9b1f8d0b59ebedfcbf7708cd53c8180f3c5b8eae2e
Contents?: true
Size: 1.08 KB
Versions: 8
Compression:
Stored size: 1.08 KB
Contents
# CocoaPods::Trunk [![Build Status](https://img.shields.io/travis/CocoaPods/cocoapods-trunk/master.svg?style=flat)](https://travis-ci.org/CocoaPods/cocoapods-trunk) [![Coverage](https://img.shields.io/codeclimate/coverage/github/CocoaPods/cocoapods-trunk.svg?style=flat)](https://codeclimate.com/github/CocoaPods/cocoapods-trunk) [![Code Climate](https://img.shields.io/codeclimate/github/CocoaPods/cocoapods-trunk.svg?style=flat)](https://codeclimate.com/github/CocoaPods/cocoapods-trunk) CocoaPods plugin for trunk. ## Installation Add this line to your application's Gemfile: gem 'cocoapods-trunk' And then execute: $ bundle Or install it yourself as: $ gem install cocoapods-trunk ## Usage With a local install of `trunk.cocoapods.org` up and running: $ env TRUNK_SCHEME_AND_HOST=http://localhost:4567 bundle exec pod trunk --help ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
8 entries across 8 versions & 2 rubygems