Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.55 KB

File metadata and controls

44 lines (30 loc) · 1.55 KB

RRoostSDK

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

RRTech-Starter-App-Template is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'RRoostSDK'

Host Project Dependencies

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'

Author

Michael Westbrooks, michael.westbrooks@redroostertec.com

License

RRoostSDK is available under the MIT license. See the LICENSE file for more info.