Skip to content

Commit

Permalink
Merge pull request ccgus#134 from aceofspades/podspec
Browse files Browse the repository at this point in the history
Add podspec. Useful to have when doing local mods.
  • Loading branch information
ccgus committed Apr 5, 2013
2 parents d3f1d15 + 623bbf4 commit f66715b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fmdb.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
s.version = '2.0'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.license = 'MIT'
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.library = 'sqlite3'
end

0 comments on commit f66715b

Please sign in to comment.