Skip to content

Commit

Permalink
update pod settings
Browse files Browse the repository at this point in the history
  • Loading branch information
inkyfox committed Jun 29, 2018
1 parent ec4ed68 commit 20d9f4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions KRWordWrapLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KRWordWrapLabel"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "UILabel subclass which provides **Word Wrap** based on white spaces not depending on languages"
s.homepage = "https://github.com/inkyfox/KRWordWrapLabel"
s.screenshot = "https://raw.githubusercontent.com/inkyfox/KRWordWrapLabel/master/screenshot/KRWordWrapLabel.gif"
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.source_files = 'Sources/KRWordWrapLabel.swift'
s.swift_version = '4.0'
s.swift_version = '4.1'
end
4 changes: 2 additions & 2 deletions KRWordWrapLabelDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -437,7 +437,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['SWIFT_VERSION'] = '4.1'
end
end
end
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: ./

SPEC CHECKSUMS:
KRWordWrapLabel: f6ef0be3cf7254008d142afd57f740f482865236
KRWordWrapLabel: c37bcb0fe0826f78174f2924b0314f99ad48fbcf

PODFILE CHECKSUM: fc94731e0d078b2539d665073f1871400c23dda1
PODFILE CHECKSUM: 076acf9161523924130dd486139e4cbef633d58b

COCOAPODS: 1.4.0

0 comments on commit 20d9f4d

Please sign in to comment.