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
|