openssl-apple/Podfile
2020-10-31 01:32:54 +01:00

8 lines
146 B
Ruby

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