Skip to content

Commit

Permalink
Update podspec.source with 1.4.1 binary URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed Nov 15, 2017
1 parent 86c6365 commit f12755f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Podspec/couchbase-lite-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'couchbase-lite-ios'
s.version = '<RELEASE VERSION NUMBER>'
s.version = '1.4.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.homepage = 'http://mobile.couchbase.com'
s.summary = 'An embedded syncable NoSQL database for iOS apps.'
s.author = 'Couchbase'
s.source = { :http => '<RELEASE ZIP FILE URL>' }
s.source = { :http => 'https://packages.couchbase.com/releases/couchbase-lite/ios/1.4.1/couchbase-lite-ios-community_1.4.1.zip' }
s.preserve_paths = 'LICENSE.txt'
s.ios.deployment_target = '7.0'
s.frameworks = 'CFNetwork', 'Security', 'SystemConfiguration', 'JavaScriptCore'
Expand Down
4 changes: 2 additions & 2 deletions Podspec/couchbase-lite-osx.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'couchbase-lite-osx'
s.version = '<RELEASE VERSION NUMBER>'
s.version = '1.4.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.homepage = 'http://mobile.couchbase.com'
s.summary = 'An embedded syncable NoSQL database for macOS apps.'
s.author = 'Couchbase'
s.source = { :http => '<RELEASE ZIP FILE URL>' }
s.source = { :http => 'https://packages.couchbase.com/releases/couchbase-lite/macosx/1.4.1/couchbase-lite-macosx-community_1.4.1.zip' }
s.preserve_paths = 'LICENSE.txt'
s.osx.deployment_target = '10.8'
s.frameworks = 'CFNetwork', 'Security', 'SystemConfiguration', 'JavaScriptCore'
Expand Down
4 changes: 2 additions & 2 deletions Podspec/couchbase-lite-tvos.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'couchbase-lite-tvos'
s.version = '<RELEASE VERSION NUMBER>'
s.version = '1.4.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.homepage = 'http://mobile.couchbase.com'
s.summary = 'An embedded syncable NoSQL database for tvOS apps.'
s.author = 'Couchbase'
s.source = { :http => '<RELEASE ZIP FILE URL>' }
s.source = { :http => 'https://packages.couchbase.com/releases/couchbase-lite/tvos/1.4.1/couchbase-lite-tvos-community_1.4.1.zip' }
s.preserve_paths = 'LICENSE.txt'
s.tvos.deployment_target = '9.0'
s.frameworks = 'CFNetwork', 'Security', 'SystemConfiguration', 'JavaScriptCore'
Expand Down

0 comments on commit f12755f

Please sign in to comment.