Preparing your iOS Project Dependencies
CocoaPods Set-Up
$ sudo gem update cocoapodsuse_frameworks!
pod 'KruzrDriveDetectionFramework', :git => 'https://gitlab.com/akashi3t/ios-kruzr-drive-framework.git',:branch=>'master'
pod 'KruzrTripFramework', :git => 'https://gitlab.com/akashi3t/ios-kruzr-trip-framework.git',:branch=> ‘master’Last updated