Explorar el Código

Add support for podspec 0.22.2

Shay Erlichmen hace 12 años
padre
commit
f3a1a9bce4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      fmdb.podspec

+ 2 - 1
fmdb.podspec

@@ -7,6 +7,7 @@ Pod::Spec.new do |s|
   s.author   = { 'August Mueller' => 'gus@flyingmeat.com' }
   s.source   = { :git => 'https://github.com/ccgus/fmdb.git' }
 
-  s.source_files = FileList['src/FM*.{h,m}'].exclude(/fmdb\.m/)
+  s.source_files = 'src/FM*.{h,m}'
+  s.exclude_files = 'src/fmdb\.m'
   s.library = 'sqlite3'
 end