Skip to content

Commit

Permalink
Changes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-o-d-e-n committed Oct 2, 2017
1 parent a677868 commit 3df3879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CGLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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'
Expand Down
2 changes: 1 addition & 1 deletion CGLayout/Classes/CommonExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

#if os(iOS) || os(tvOS)
typealias EdgeInsets = UIEdgeInsets
public typealias EdgeInsets = UIEdgeInsets
#endif

extension CGRect {
Expand Down

0 comments on commit 3df3879

Please sign in to comment.