DockerSwift is a library that could be used to manage all communications with remote servers in an easy way.
To run the example project, clone the repo, and run pod install
from the
Example directory first.
iOS 9 and above, Alamofire 4 (as pod dependency)
DockerSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DockerSwift'
If you want to use our logger framework Blabber, use subpod
pod 'DockerSwift/Blabber'
With Blabber you can manage all log messages or use CocoaLumberjack. In this case import also the corresponding subpod. See more details...
pod 'DockerSwift/Blabber'
pod 'Blabber/CocoaLumberjack'
DockerSwift is available under the Apache license. See the LICENSE file for more info.