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 5bd5066 commit c93671dCopy full SHA for c93671d
FireSnapshot.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "FireSnapshot"
3
- s.version = "0.5.0"
+ s.version = "0.6.0"
4
s.summary = "Firebase Cloud Firestore Model Framework using Codable."
5
s.homepage = "https://github.com/sgr-ksmt/#{s.name}"
6
s.license = 'MIT'
README.md
@@ -66,7 +66,7 @@ Snapshot.get(.user(userID: "xxxx")) { result in
66
- CocoaPods
67
68
```ruby
69
-pod 'FireSnapshot', '~> 0.5.0'
+pod 'FireSnapshot', '~> 0.6.0'
70
```
71
72
## Dependencies
0 commit comments