evandcoleman / LightsKit

Cocoa framework for interacting lights-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightsKit

LightsKit is an Objective-C framework for interacting with a lights-rails server.

Links

Installation

LightsKit uses CocoaPods for dependencies. To install CocoaPods run the following from the LightsKit directory.

$ sudo gem install cocoapods

Then run the following to install the dependencies.

$ pod install

Usage

See the header files for API documentation.

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. Submit a pull request :D

Dependencies

Tool Description
AFNetworking Networking framework
SocketRocket Websocket client

License

Copyright (c) 2014 Evan Coleman, released under the MIT license.

About

Cocoa framework for interacting lights-rails

License:MIT License


Languages

Language:Objective-C 99.0%Language:Ruby 1.0%