From 3df3879130c20680c57430b17311a9e349d57edf Mon Sep 17 00:00:00 2001 From: Denis Koryttsev Date: Tue, 3 Oct 2017 01:14:03 +0300 Subject: [PATCH] Changes for release. --- CGLayout.podspec | 2 +- CGLayout/Classes/CommonExtensions.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CGLayout.podspec b/CGLayout.podspec index ab59dc4..cc8f944 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 = { 'k-o-d-e-n' => 'koden.u8800@gmail.com' } - s.source = { :git => 'https://github.com/k-o-d-e-n/CGLayout.git', :tag => '0.5.2_beta' } + s.source = { :git => 'https://github.com/k-o-d-e-n/CGLayout.git', :tag => '0.5.5_beta' } s.social_media_url = 'https://twitter.com/K_o_D_e_N' s.ios.deployment_target = '9.0' diff --git a/CGLayout/Classes/CommonExtensions.swift b/CGLayout/Classes/CommonExtensions.swift index f5f13f1..b6dd50e 100644 --- a/CGLayout/Classes/CommonExtensions.swift +++ b/CGLayout/Classes/CommonExtensions.swift @@ -9,7 +9,7 @@ import Foundation #if os(iOS) || os(tvOS) - typealias EdgeInsets = UIEdgeInsets + public typealias EdgeInsets = UIEdgeInsets #endif extension CGRect {