SQLCipherVsSharedData/Podfile
Matthew Chen b9226f1ab1 Clean up.
2017-12-15 14:00:30 -05:00

11 lines
190 B
Ruby

platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
# use_frameworks!
target 'SQLCipherVsSharedData' do
pod 'SQLCipher'
# pod 'SQLCipher', path: '../sqlcipher'
end