We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222b080 commit 3cae6e9Copy full SHA for 3cae6e9
CodableFirebase.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CodableFirebase"
3
- s.version = "0.0.6"
+ s.version = "0.0.7"
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.6</string>
+ <string>0.0.7</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments