Henri Normak

4pods

Heimdall

Heimdall acts as a gatekeeper between UI and the underlying Security frameworks, offering tools for encryption/decryption, as well as signing/verifying.

Heimdall supports both using a RSA public-private key-pair, as well as just a public key, which allows for multiple parties to verify and encrypt messages for sending.

License: MIT

  • Swift

NORMarkdownParser

A lightweight wrapper around hoedown, a fast C Markdown parser. The goal is to produce NSAttributedStrings which are suitable for presentation in custom controls or places where full-blown HTML rendering is not desired, such as chat/comment/posting interfaces in applications.

License: MIT

  • C

NSDateComponents-HNExtensions

Localizing units of time, such as years, months, days or hours can be tricky due to how plural forms are used in different languages. This category aims to help with that process by providing a way to get a nice localizable string out of a NSDateComponents object.

License: MIT

  • Objective C

UIColor-HNExtensions

A category full of useful UIColor helper methods for dealing with

  • Colour components
  • Colour Palettes
  • Accessibility
  • Gradients
  • Blending

License: MIT

  • Objective C