Created
September 4, 2016 20:06
-
-
Save sandeeplearner/12da52f9a846e4cb3b0d0fa77203c8a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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