mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-22 15:52:08 +00:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
use_frameworks!
|
||
|
platform :ios, '11.0'
|
||
|
|
||
|
target 'Demo' do
|
||
|
pod 'OpenSSL-Apple', :path => '.'
|
||
|
end
|