Skip to content

Commit 48e5115

Browse files
committed
update podspec
1 parent 31f2fad commit 48e5115

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
.DS_Store
6+
57
## Build generated
68
build/
79
DerivedData/

Pring.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "Pring"
5-
s.version = "0.0.4"
5+
s.version = "0.0.5"
66
s.summary = "Firestore model framework"
77
s.description = <<-DESC
88
Pring is a framework for defining Firestore's Model. You can seamlessly manage Firestorage data and operate all values type-safely.

0 commit comments

Comments
 (0)