diff --git a/.swiftformat.txt b/.swiftformat
similarity index 100%
rename from .swiftformat.txt
rename to .swiftformat
diff --git a/LICENSE b/LICENSE
index ae0bd1d4eb0191ad04c86c14784c2084f49ddd94..198995963d6c923f5905037d9304d745cdde1b8e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2023 evam-mobile-customer <ios-team@kode.ru>
+Copyright (c) 2023 KODE <ios-team@kode.ru>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/Logger.podspec b/Logger.podspec
index 8a7b53cc15982c72578ec960daffda8698c183b8..0c10ad13dc2c543aa032562c2868f725243a0a2c 100644
--- a/Logger.podspec
+++ b/Logger.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'Logger'
-  s.version          = '2.0.2'
+  s.version          = '2.0.1'
   s.summary          = 'Simple logging unility.'
   s.description      = "TODO: Add long description of the pod here."
   s.homepage         = 'https://git.appkode.ru/mobile-ios/libraries/logger'
diff --git a/Scripts/lint_lib.command b/Scripts/lint_lib.command
index e5dfc9ca2bd351096a10300e0482167742ab7b7e..5a0136b2b84d31351a3be6aeb22e7b6e54cf6d9f 100755
--- a/Scripts/lint_lib.command
+++ b/Scripts/lint_lib.command
@@ -17,4 +17,4 @@ fi
 
 echo
 echo Linting lib:
-bundle exec pod lib lint --private --sources=git@git.appkode.ru:mobile-ios/libraries/podspec.git --fail-fast
\ No newline at end of file
+bundle exec pod lib lint --private --sources='git@git.appkode.ru:mobile-ios/libraries/podspec.git,https://github.com/CocoaPods/Specs' --fail-fast --verbose
\ No newline at end of file
diff --git a/Scripts/lint_spec.command b/Scripts/lint_spec.command
index 7a681f510b9b43bc558ab43f038f1bcbb16c716a..836484619fc0ac865250f84e174abbda42b24b4e 100755
--- a/Scripts/lint_spec.command
+++ b/Scripts/lint_spec.command
@@ -17,4 +17,4 @@ fi
 
 echo
 echo Linting spec:
-bundle exec pod spec lint --private --sources=git@git.appkode.ru:mobile-ios/libraries/podspec.git --fail-fast
\ No newline at end of file
+bundle exec pod spec lint --private --sources='git@git.appkode.ru:mobile-ios/libraries/podspec.git,https://github.com/CocoaPods/Specs' --fail-fast --verbose
\ No newline at end of file