RxRestApiManager is simple Rx wrapper on RestApiManager.
For RxRestApiManager, use the following entry in your Podfile:
pod 'RxRestApiManager'
Then run pod install
.
In any file you'd like to use RxRestApiManager in, don't forget to
import the framework with import RxRestApiManager
.
RxRestApiManager is released under an MIT license. See License.txt for more information.