11 lines
190 B
Ruby
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
|
|
|