platform :ios, 8.3 use_frameworks! target 'ReCaptcha_Example' do pod 'ReCaptcha/RxSwift', :path => '../' pod 'RxCocoa', '~> 3.0' target 'ReCaptcha_Tests' do inherit! :search_paths pod 'AppSwizzle', '~> 1.1' end end