GitXplorerGitXplorer
n

Doppler

public
21 stars
1 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Doppler

No Maintenance Intended

A library for communicating with OpenRadar.

Usage

Doppler.radar(10192655) { (radar, error) in
  if let radar = radar {
    print(radar.title) // Value of UIKeyboardFrameEndUserInfoKey is a CGPoint on iOS 5
  }
}

Unit Tests

The tests require xctester, install it via Homebrew:

$ brew tap neonichu/formulae
$ brew install xctester

and run the tests:

$ make test