소스 검색

version 0.9.0

ibireme 9 년 전
부모
커밋
9255b68756
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.source_files = 'YYCache/*.{h,m}'
   s.public_header_files = 'YYCache/*.{h}'
   s.public_header_files = 'YYCache/*.{h}'
   
   
-  s.libraries = 'sqlite'
+  s.libraries = 'sqlite3'
   s.frameworks = 'UIKit', 'CoreFoundation', 'QuartzCore' 
   s.frameworks = 'UIKit', 'CoreFoundation', 'QuartzCore' 
 
 
 end
 end