ReCaptcha/Example/Podfile

15 lines
209 B
Ruby

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
end
end