Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate AVDoris into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'AVDoris', '= 1.17.16'
Note
AVDoris is a private repo, it requires basic auth to download and install. You will need to provide your credentials in ~/.netrc file to be able to authenticate during pod install phase. About .netrc file
Add this inside your ~/.netrc file or create new file if you do not have one
machine d1st2jzonb6gjl.cloudfront.net
login <login>
password <password>