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!
2020-11-13 21:14:25 +00:00
platform :ios, '12.0'
2020-10-31 00:32:11 +00:00
target 'Demo' do
pod 'OpenSSL-Apple', :path => '.'
end