mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-19 15:29:04 +00:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
platform :ios, '12.0'
|
|
|
|
target 'Demo' do
|
|
pod 'OpenSSL-Apple', :path => '.'
|
|
end
|