This is a library to work with SOLIDUS in a easier way.
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'
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
- Cocoapods
- Alamofire
- ObjectMapper
This project is licensed under the terms of the MIT license.