Skip to content

Commit bf0af1c

Browse files
author
sgr-ksmt
committed
bump to 1.1.
1 parent 670991c commit bf0af1c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Lobster.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Lobster"
3-
s.version = "1.0"
3+
s.version = "1.1"
44
s.summary = "Type-safe Firebase-RemoteConfig helper library"
55
s.homepage = "https://github.com/sgr-ksmt/Lobster"
66
s.license = 'MIT'

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,11 @@ Define config value like below:
271271
it, simply add the following line to your Podfile:
272272

273273
```ruby
274-
pod 'Lobster', '~> 1.0'
274+
// Firebase SDK greater than or equal to v5.0.0
275+
pod 'Lobster', '~> 1.1'
276+
277+
// Firebase SDK less than v5.0.0
278+
pod 'Lobster', '1.0'
275279
```
276280

277281
and run `pod install`

0 commit comments

Comments
 (0)