0.0.12 release

This commit is contained in:
Marcos Griselli
2018-05-14 10:45:12 -03:00
parent 505f140e29
commit f1d465b936
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CodableFirebase"
s.version = "0.0.11"
s.version = "0.0.12"
s.summary = "Use Codable with Firebase"
s.description = "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore"
s.homepage = "https://github.com/alickbass/CodableFirebase"