-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering macOS Programming
By :

There are several ways to both download and install third-party code, whether it be a single source code file, or an entire framework (including any other frameworks it depends on):
We will focus on the first two of these methods. The first is probably the simplest under many circumstances, and the second probably has the brightest future.
We'll use Ruoyu Fu and Pinglin Tang's SwiftyJSON framework, for a number of reasons that pertain to this chapter:
The GitHub repo, including all the docs, can be found here: https://github.com/SwiftyJSON/SwiftyJSON.
This is not to say that I think you need this library, just that it works, simply and reliably, which makes it pretty suitable for our...