/Solidus_lib_iOS

Primary LanguageSwiftMIT LicenseMIT

Solidus_lib_iOS

This is a library to work with SOLIDUS in a easier way.

Install the library to your project

To add this library to your project, add the next line to your podfile:

pod 'SolidusLib', :git => 'https://github.com/magma-labs/Solidus_lib_iOS.git'

Setup for development

This library uses Cocoapods as a dependency manager. (You can get more information here) To install it run the next line in your terminal:

sudo gem install cocoapods

Once you get Cocoapods installed, go to the project path and use the next commads to install required dependences:

pod install
pod repo update

Technology stack:

  • Cocoapods
  • Alamofire
  • ObjectMapper

License

This project is licensed under the terms of the MIT license.