Skip to content

Commit

Permalink
[CsvToSqlite] Using FMDB 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dodikk committed Dec 30, 2013
1 parent d353cb0 commit 69d0445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CsvToSqlite/1.0/CsvToSqlite.podspec
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.ios.dependency 'ObjcScopedGuard', '~> 1.0'
s.ios.dependency 'ESDatabaseWrapper', '~> 1.0'

s.ios.dependency 'FMDB', '~> 1.5'
s.ios.dependency 'FMDB', '~> 2.0'

s.ios.frameworks = 'Foundation'
s.ios.libraries = 'sqlite3', 'c++', 'stdc++'
Expand Down

0 comments on commit 69d0445

Please sign in to comment.