Skip to content

Commit

Permalink
Update version and tag in podspec to 2.0DB1
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed Feb 9, 2017
1 parent b9722bc commit 0ccf81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CouchbaseLite.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite'
s.version = '2.0DP001'
s.version = '2.0DB1'
s.license = 'Apache License, Version 2.0'
s.homepage = 'http://mobile.couchbase.com'
s.summary = 'An embedded syncable NoSQL database for iOS, tvOS, and MacOS apps.'
s.author = 'Couchbase'
s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :branch => "feature/2.0", :submodules => true }
s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB1', :submodules => true }

s.libraries = "sqlite3", "c++"

Expand Down

0 comments on commit 0ccf81a

Please sign in to comment.