SimpleEncrypter/Example/Podfile

8 lines
122 B
Ruby

platform :ios, '12.0'
use_frameworks!
target 'SimpleEncrypter_Tests' do
pod 'SimpleEncrypter', :path => '../'
end