Skip to content

Commit

Permalink
Add support for podspec 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erlichmen committed Jul 21, 2013
1 parent bd4fc2b commit f3a1a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmdb.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'August Mueller' => '[email protected]' }
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

0 comments on commit f3a1a9b

Please sign in to comment.