From a2a713baa9be7f1c12a863aec2b66761ad98e7ef Mon Sep 17 00:00:00 2001 From: Denis Koryttsev Date: Sat, 30 Jun 2018 00:51:44 +0300 Subject: [PATCH] updated tag version --- CGLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGLayout.podspec b/CGLayout.podspec index eed5898..c53e91e 100644 --- a/CGLayout.podspec +++ b/CGLayout.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Denis Koryttsev' => 'koden.u8800@gmail.com' } - s.source = { :git => 'https://github.com/k-o-d-e-n/CGLayout.git', :tag => '0.6.5_beta' } + s.source = { :git => 'https://github.com/k-o-d-e-n/CGLayout.git', :tag => '0.6.6_beta' } s.social_media_url = 'https://twitter.com/K_o_D_e_N' s.documentation_url = 'https://k-o-d-e-n.github.io/CGLayout/'