QRCodeReader-ios/Example/Podfile

12 lines
164 B
Ruby

use_frameworks!
target 'QRCodeReader_Example' do
pod 'QRCodeReader', :path => '../'
target 'QRCodeReader_Tests' do
inherit! :search_paths
end
end