platform :ios, '11.0'

source 'https://github.com/CocoaPods/Specs.git'

inhibit_all_warnings!
use_frameworks!

target 'VecoreSDKDemo' do
  pod 'VecoreSDK'
end

