diff --git a/CodableFirebase.podspec b/CodableFirebase.podspec
new file mode 100644
index 0000000..d9fe3d5
--- /dev/null
+++ b/CodableFirebase.podspec
@@ -0,0 +1,20 @@
+Pod::Spec.new do |s|
+ s.name = "CodableFirebase"
+ s.version = "0.0.3"
+ 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"
+ s.license = { :type => "MIT", :file => "LICENSE" }
+ s.author = { "Oleksii Dykan" => "alick_bass@mail.ru" }
+
+ s.ios.deployment_target = "9.0"
+ s.osx.deployment_target = "10.11"
+ s.watchos.deployment_target = "2.0"
+ s.tvos.deployment_target = "9.0"
+ s.requires_arc = true
+
+ s.source = { :git => "https://github.com/alickbass/CodableFirebase.git", :tag => s.version, :branch => 'master'}
+ s.source_files = "CodableFirebase/*.swift"
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }
+
+end
diff --git a/CodableFirebase/Info.plist b/CodableFirebase/Info.plist
index d8ef8fe..413d1b1 100644
--- a/CodableFirebase/Info.plist
+++ b/CodableFirebase/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.0.2
+ 0.0.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass