ShengHuaWu

9pods
This project wraps a central manager of the Core BlueTooth framework.
License: MIT
Configure the camera of a device by the AVFoundation framework. Because this class is abstract, please use the concrete subclasses SHCaptureCameraSession and SHVideoCameraSession instead of this class.
License: MIT
This is a simple drawing view by touching. It is able to change the stroke color, width and opacity. However, it only supports single touch for now.
License: MIT
SHFile is created for storing data in the local directory. However, it's an abstract class, please use its subclass instead. One subclass SHTemporaryFile is used to store data in the temporary directory, and the other subclass SHDocumentsFile is used to save data in the documents directory.
License: MIT
This library is used to send http requests synchronously or asynchronously. For now, it only supports get, post, put and delete methods.
License: MIT
This project is a simple STOMP client, and we use Starscream as a websocket dependency.
License: MIT