From 55e2535a4d647a182b91bb5c8f437847ecfd000f Mon Sep 17 00:00:00 2001 From: wujunze <1017109588@qq.com> Date: Tue, 10 Oct 2017 00:28:49 -0500 Subject: [PATCH] fix pop 'MTLFMDBAdapter' 404 fix pop 'MTLFMDBAdapter' 404 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 284e9fd..8eba969 100644 --- a/Podfile +++ b/Podfile @@ -15,7 +15,7 @@ target "PHPHub" do pod 'QBPopupMenu' pod 'Mantle', '1.5.5' pod 'FMDB', '~> 2.3' - pod 'MTLFMDBAdapter', :git => 'https://github.com/summerblue/MTLFMDBAdapter' + pod 'MTLFMDBAdapter', :git => 'https://github.com/tanis2000/MTLFMDBAdapter.git' pod 'FMDBMigrationManager', '1.4' pod 'GVUserDefaults' pod 'Masonry'