diff options
author | Vitaly Takmazov | 2018-12-25 10:37:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-25 10:44:07 +0300 |
commit | c22688421066a358b1980f4399f421000febdaac (patch) | |
tree | f48ac07d5e95b79e928cba1dc89f55e2517f07ed /Podfile | |
parent | da64667f6ef19bfeedb8b4b40d875fcd10d4ef6c (diff) |
PDKeychainBindingsController -> SAMKeychain
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ platform :ios, "11.1" target "Juick" do pod 'AFNetworking' - pod 'PDKeychainBindingsController' + pod 'SAMKeychain' pod 'DateTools' pod 'TagListView-ObjC' pod 'PHFComposeBarView' |