-
Notifications
You must be signed in to change notification settings - Fork 0
Get Started
Sergey edited this page Jul 28, 2018
·
1 revision
YAHTTPVCR can be integrated into your project using CocoaPods. Next two steps will help prepare environment and project for YAHTTPVCR usage:
-
Latest version of CocoaPods required. Following commands can be used to install and/or update CocoaPods:
gem install cocoapods gem update cocoapods
-
Create or update existing Podfile in your project root folder and add:
pod 'YAHTTPVCR'
After all preparations has been done, YAHTTPVCR integration can be completed with following steps:
- From folder which contain Podfile run following command:
This command will download sources and add them into your project. After installation process completion, make sure to open project using file with
pod install
xcworkspace
extension. -
YAHTTPVCR framework headers should be imported into source code where it will be used:
#import <YAHTTPVCR/YAHTTPVCR.h>