Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 448 Bytes

build-comms

utilities for managing network services throughout PhoneGap Build

build-comms is a little library that abstracts away our communication / network concerns.

How to depend on build-comms

In a Ruby project or small script, use Bundler and add this to your Gemfile:

gem 'build-comms',
  :git => "http://github.com/phonegap-build/build-comms.git", :tag => "v1.0.0"

The tag will depend on which release you want to use.