浏览代码

Add support for podspec 0.22.2

Shay Erlichmen 12 年之前
父节点
当前提交
f3a1a9bce4
共有 1 个文件被更改,包括 2 次插入1 次删除
  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