Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created September 4, 2016 20:06
Show Gist options
  • Select an option

  • Save sandeeplearner/12da52f9a846e4cb3b0d0fa77203c8a3 to your computer and use it in GitHub Desktop.

Select an option

Save sandeeplearner/12da52f9a846e4cb3b0d0fa77203c8a3 to your computer and use it in GitHub Desktop.
target 'EncryptedCoredata' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for EncryptedCoredata
pod 'RNCryptor', '~> 4.0.0-beta'
target 'EncryptedCoredataTests' do
inherit! :search_paths
# Pods for testing
end
target 'EncryptedCoredataUITests' do
inherit! :search_paths
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment