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 31f2fad commit 48e5115Copy full SHA for 48e5115
.gitignore
@@ -2,6 +2,8 @@
2
#
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
+.DS_Store
6
+
7
## Build generated
8
build/
9
DerivedData/
Pring.podspec
@@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = "Pring"
- s.version = "0.0.4"
+ s.version = "0.0.5"
s.summary = "Firestore model framework"
s.description = <<-DESC
Pring is a framework for defining Firestore's Model. You can seamlessly manage Firestorage data and operate all values type-safely.
0 commit comments