ShengHuaWu

9pods

JSONParser

This project is a JSON parser.

License: MIT

  • Swift

RequestController

This project is a HTTP request component in Swift.

License: MIT

  • Swift

SHBLECentralManager

This project wraps a central manager of the Core BlueTooth framework.

License: MIT

  • Objective C

SHCameraSession

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

  • Objective C

SHDrawingView

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

  • Objective C

SHFile

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

  • Objective C

SHGradientColorView

A custom view and draw a gradient color between two colors.

License: MIT

  • Swift

SHHTTPRequest

This library is used to send http requests synchronously or asynchronously. For now, it only supports get, post, put and delete methods.

License: MIT

  • Objective C

StompClient

This project is a simple STOMP client, and we use Starscream as a websocket dependency.

License: MIT

  • Swift