summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-01 17:29:46 +0300
committerGravatar Vitaly Takmazov2019-10-01 22:14:59 +0300
commitdbab6ab54c40a016f75e75a4143576c3fa41c3e0 (patch)
tree6fd5e68ec76c249fcaa07219c53ccab2f4c98fd5 /Podfile
parentaeb513ed5c165e355c9c378efde7445f597d0380 (diff)
Drop AFNetworking and SSKeychain
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Podfile b/Podfile
index d8cdb6d..db6b6b7 100644
--- a/Podfile
+++ b/Podfile
@@ -2,8 +2,6 @@ source 'https://cdn.jsdelivr.net/cocoa/'
platform :ios, "11.1"
target "Juick" do
- pod 'AFNetworking'
- pod 'SAMKeychain'
pod 'DateTools'
pod 'PHFComposeBarView'
pod 'UIView+Shimmer'