We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670991c commit bf0af1cCopy full SHA for bf0af1c
Lobster.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Lobster"
3
- s.version = "1.0"
+ s.version = "1.1"
4
s.summary = "Type-safe Firebase-RemoteConfig helper library"
5
s.homepage = "https://github.com/sgr-ksmt/Lobster"
6
s.license = 'MIT'
README.md
@@ -271,7 +271,11 @@ Define config value like below:
271
it, simply add the following line to your Podfile:
272
273
```ruby
274
-pod 'Lobster', '~> 1.0'
+// 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'
279
```
280
281
and run `pod install`
0 commit comments