openssl-apple/Podfile

8 lines
146 B
Plaintext
Raw Normal View History

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