This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// DO NOT USE - WORK IN PROGRESS | |
// | |
import Foundation | |
// "A sequence is a list of values that you can step through one at a time. The most common way to iterate over the elements of a sequence is to use a for-in loop.", per the documentation. | |
// Let's say one wanted to iterate over the sequence of strings ["apple", "bird", "cake"], such that | |
// the following code prints each value: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AFNetworking = A delightful networking framework for iOS, macOS, watchOS, and tvOS. | |
Alamofire | |
AlamofireNetworkActivityIndicator | |
Bolts-ObjC = Bolts is a collection of low-level libraries designed to make developing mobile apps easier. | |
FLEX = An in-app debugging and exploration tool for iOS | |
ISO8601 | |
JLRoutes = URL routing library for iOS with a simple block-based API | |
JSQMessaagesViewController = An elegant messages UI library for iOS | |
JSQSystemSoundPlayer = A fancy Obj-C wrapper for Cocoa System Sound Services | |
Kingfisher = A lightweight, pure-Swift library for downloading and caching images from the web. |