DarkMatter iOS Native
The following guides will show you how to integrate the DarkMatter framework into your project.
Third Party Frameworks
DarkMatter makes use of the following third party frameworks and requires that they be embedded in the app.
PromiseKit
PromiseKit is an implementation of promises for Swift and Objective-C. Promises simplify asynchronos programming. DarkMatter was built using PromiseKit 4.3.2.
Gloss
Gloss is a JSON parsing library written in Swift. DarkMatter was built using Gloss v1.2.4.
Alamofire
Alamofire is an HTTP networking library written in Swift. DarkMatter was built using Alamofire 4.5.1.
CryptoSwift
CryptoSwift is a collection of standard and secure cryptographic algorithms implemented in Swift. DarkMatter was built using CryptoSwift 0.7.0.
DarkMatter Reference