source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '12.0'
target 'Demo' do
pod 'OpenSSL-Apple', :path => '.'
end