We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec22c16 commit 2afa8c1Copy full SHA for 2afa8c1
CodableFirebase.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CodableFirebase"
3
- s.version = "0.0.4"
+ s.version = "0.0.5"
4
s.summary = "Use Codable with Firebase"
5
s.description = "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore"
6
s.homepage = "https://github.com/alickbass/CodableFirebase"
CodableFirebase/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.0.4</string>
+ <string>0.0.5</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments