Skip to content

Third Party Libraries

Ken Harris edited this page Dec 13, 2018 · 5 revisions

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 (or those that can't use the overly-strict NSISO8601DateFormatter even so). Carthage/single-file (well, 2-file: it's Obj-C). BSD license. macOS/iOS/tvOS/watchOS.

See also: Carthage.

Clone this wiki locally