ReCaptcha/Example/Podfile

12 lines
155 B
Ruby

use_frameworks!
target 'ReCaptcha_Example' do
pod 'ReCaptcha', :path => '../'
target 'ReCaptcha_Tests' do
inherit! :search_paths
end
end