Skip to content

Commit

Permalink
Merge pull request #5467 from davidquon/couchbase_lite_ios_v3
Browse files Browse the repository at this point in the history
Add missing dependencies to couchbase-lite-ios
  • Loading branch information
kapin committed Nov 15, 2013
2 parents 2069076 + e7be766 commit 9576def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion couchbase-lite-ios/1.0-beta/couchbase-lite-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.preserve_paths = "*.framework", "LICENSE.txt"
s.vendored_frameworks = "CouchbaseLite.framework", "CouchbaseLiteListener.framework"
s.public_header_files = "**/*.h"
s.library = 'sqlite3'
s.frameworks = 'SystemConfiguration', 'CFNetwork', 'Security'
s.libraries = 'sqlite3', 'z'

s.description = <<-DESC
**Couchbase Lite** is an embedded lightweight, document-oriented (NoSQL), syncable database engine.
Expand Down

0 comments on commit 9576def

Please sign in to comment.