Skip to content

Commit

Permalink
Moved Bluetooth section to Hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarah committed Sep 10, 2015
1 parent 6b0a401 commit 177255a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Projects in Swift language will be marked with :large_orange_diamond: and :watch
- [Charts](#charts)
- [Database](#database)
- [Hardware](#hardware)
- [Bluetooth](#bluetooth)
- [HUD](#hud)
- [iBeacon](#ibeacon)
- [EventBus](#eventbus)
Expand Down Expand Up @@ -94,12 +95,6 @@ Projects in Swift language will be marked with :large_orange_diamond: and :watch
* [EZAudio](https://github.com/syedhali/EZAudio) - An iOS/OSX audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
* [novocaine](https://github.com/alexbw/novocaine) - Painless high-performance audio on iOS and Mac OS X.

### Bluetooth
* [Discovery](https://github.com/omergul123/Discovery) - A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
* [LGBluetooth](https://github.com/l0gg3r/LGBluetooth) - Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
* [PeerKit](https://github.com/jpsim/PeerKit) An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps. :large_orange_diamond:
* [simple-share](https://github.com/lauraskelton/simple-share) - Easy Proximity-based Bluetooth LE Sharing for iOS.

### Cache
* [SDURLCache](https://github.com/steipete/SDURLCache) - URLCache subclass with on-disk cache support on iPhone/iPad.
* [Awesome Cache](https://github.com/aschuch/AwesomeCache) - Delightful on-disk cache :large_orange_diamond:
Expand Down Expand Up @@ -135,6 +130,11 @@ Projects in Swift language will be marked with :large_orange_diamond: and :watch
### Hardware
##### Core Motion
##### Bluetooth
* [Discovery](https://github.com/omergul123/Discovery) - A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
* [LGBluetooth](https://github.com/l0gg3r/LGBluetooth) - Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
* [PeerKit](https://github.com/jpsim/PeerKit) An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps. :large_orange_diamond:
* [simple-share](https://github.com/lauraskelton/simple-share) - Easy Proximity-based Bluetooth LE Sharing for iOS.

##### iBeacon

### HUD
Expand Down

0 comments on commit 177255a

Please sign in to comment.