William Kent

8pods

BoltsTask

This pod is a small part of the Bolts Framework, modified to strip out all unneeded iOS-specific code. Only BFTask and its dependencies are included.

License: BSD

  • Objective C

MacBond

An OS X port of the Bond binding framework

License: MIT

  • Swift

NSString+ShellSplit

A category to split NSStrings by shell-quoting rules

License: Custom

  • Objective C

OmniBase

The core Omni open source framework.

License: Custom

  • Objective C

SwiftDataHash

This library provides a Swift-based wrapper around the MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 cryptographic hash functions, as implemented by the Apple CommonCrypto library.

License: MIT

  • Objective C

SwiftRegex

SwiftRegex is a simple wrapper around the Foundation NSRegularExpression API. It provides the following methods:

  • test() -- checks to see if the passed-in string matches the regex.
  • match() -- returns an array of Match structs, each containing one match of the regex against the target string. Each match contains a number of subgroups, if any were present in the regex.
  • replace() -- wraps the NSRegularExpression string-replacement API.

The Regex struct also conforms to StringLiteralConvertible for easy creation.

License: MIT

  • Swift

XcodeConfiguration

A library to manipulate xcconfig files.

License: MIT

  • Objective C

XcodeKit

A library to read and write Xcode project files

License: MIT

  • Swift