def app_pods pod 'Rudder', '~> 1.15.1' pod 'RxSwift', '6.6.0' pod 'RxCocoa', '6.6.0' pod 'KeychainAccess' pod 'Swinject' pod 'SwiftOTP', :git => 'https://github.com/lachlanbell/SwiftOTP.git', :branch => 'swift-5.0-cryptoswift' pod 'RecaptchaEnterprise', '18.3.0' pod 'RealmSwift', '~>10' pod 'RxRealm' pod 'Alamofire' pod 'RxAlamofire' pod 'SwiftLint' pod 'lottie-ios' end target 'bimb-authenticate-ios' do # Pods for bimb-authenticate-ios app_pods end target 'bimb-authenticate-ios-afx' do # Pods for bimb-authenticate-ios app_pods end target 'bimb-authenticate-ios-preprod' do # Pods for bimb-authenticate-ios app_pods end target 'bimb-authenticate-ios-dev01' do # Pods for bimb-authenticate-ios app_pods end target 'bimb-authenticate-iosTests' do inherit! :search_paths # Pods for testing pod 'RxBlocking', '6.6.0' pod 'RxTest', '6.6.0' end target 'bimb-authenticate-iosUITests' do inherit! :search_paths # Pods for testing pod 'RxBlocking', '6.6.0' pod 'RxTest', '6.6.0' end