Skip to content

Commit

Permalink
Update README with shield.io badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed Jul 27, 2015
1 parent b3277bf commit f3e61d1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# LIFXHTTPKit

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
# LIFXHTTPKit [![GitHub release](https://img.shields.io/github/release/tatey/LIFXHTTPKit.svg)](https://github.com/tatey/LIFXHTTPKit/releases/latest) [![GitHub license](https://img.shields.io/github/license/tatey/LIFXHTTPKit.svg)](https://raw.githubusercontent.com/tatey/LIFXHTTPKit/master/LICENSE.txt) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

A nice Mac OS X framework for the [LIFX HTTP API](http://api.developer.lifx.com/docs)
that has no external dependencies. Generate a personal access token at https://cloud.lifx.com/settings.
that has no external dependencies. Check out [Lighting](https://github.com/tatey/Lighting)
if you want to see a real-world Mac app built on top of this framework.

*Note: This is not an official LIFX project and the API may continue to change.*

## System Dependencies
## Build Dependencies

* Xcode 6.4
* Swift 1.3
* Mac OS X 10.10
* Swift 1.3 (Xcode 6.4)
* Mac OS X 10.10 Yosemite
* *iOS support is planned*

## Quick Usage
Expand Down

0 comments on commit f3e61d1

Please sign in to comment.