ibireme 9 lat temu
rodzic
commit
9255b68756
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      YYCache.podspec

+ 1 - 1
YYCache.podspec

@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
   s.source_files = 'YYCache/*.{h,m}'
   s.public_header_files = 'YYCache/*.{h}'
   
-  s.libraries = 'sqlite'
+  s.libraries = 'sqlite3'
   s.frameworks = 'UIKit', 'CoreFoundation', 'QuartzCore' 
 
 end