To run the example project, clone the repo, and run pod install
from the Example directory first.
RRTech-Starter-App-Template is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RRoostSDK'
When building an app we typically want to include the following cocoapods as dpenedencies within the host
application. We DO NOT include said dependencies as part of this cocoapod.
pod 'Alamofire'
pod 'AWSS3'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
pod 'IQKeyboardManagerSwift'
pod 'ObjectMapper', '~> 3.1'
pod 'SDWebImage'
pod 'SideMenu'
pod 'SVProgressHUD'
Michael Westbrooks, michael.westbrooks@redroostertec.com
RRoostSDK is available under the MIT license. See the LICENSE file for more info.