Skip to content

Third Party Libraries

Ken Harris edited this page Feb 28, 2018 · 5 revisions

I use Carthage for many third-party libraries.

Here are some libraries that I think are pretty good. These should come as no great surprise, since Strukt's about box lists all of its dependencies.

  • SwiftyJSON. A wrapper around the native JSON parser which makes it much more pleasant to use. Carthage/CocoaPods/SPM/single-file. MIT license. macOS/iOS/tvOS/watchOS.
  • SQLite. A Swift wrapper around SQLite. Carthage/CocoaPods/SPM. MIT license. macOS/iOS/tvOS/watchOS.
  • iso-8601-date-formatter. An NSFormatter for ISO-8601 dates, for apps that don't want to require macOS 10.12. Carthage/single-file (well, 2-file: it's Obj-C). BSD license. macOS/iOS/tvOS/watchOS.
Clone this wiki locally