Browse Source

version 0.9.0

ibireme 9 years ago
parent
commit
42ac298926
1 changed files with 1 additions and 1 deletions
  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