Skip to content

Commit e1fe8a6

Browse files
committed
Bumps to 1.4.0 (swift 5)
1 parent 82adb80 commit e1fe8a6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Keyboard+LayoutGuide.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Keyboard+LayoutGuide'
3-
s.version = "1.3.0"
3+
s.version = "1.4.0"
44
s.summary = "Apple's missing KeyboardLayoutGuide"
55
s.homepage = "https://github.com/freshOS/KeyboardLayoutGuide"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -13,4 +13,5 @@ Pod::Spec.new do |s|
1313
s.ios.deployment_target = "9"
1414
s.description = "An alternative approach to handling keyboard in iOS with Autolayout"
1515
s.module_name = 'KeyboardLayoutGuide'
16+
s.swift_versions = ['4', '4.1', '4.2', '5.0']
1617
end

KeyboardLayoutGuide.framework.zip

-58.8 KB
Binary file not shown.

KeyboardLayoutGuide/KeyboardLayoutGuide/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

KeyboardLayoutGuideExample/KeyboardLayoutGuideExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
SDKROOT = iphoneos;
322322
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
323323
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
324-
SWIFT_VERSION = 4.2;
324+
SWIFT_VERSION = 5.0;
325325
};
326326
name = Debug;
327327
};
@@ -373,7 +373,7 @@
373373
MTL_ENABLE_DEBUG_INFO = NO;
374374
SDKROOT = iphoneos;
375375
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
376-
SWIFT_VERSION = 4.2;
376+
SWIFT_VERSION = 5.0;
377377
VALIDATE_PRODUCT = YES;
378378
};
379379
name = Release;
@@ -389,7 +389,7 @@
389389
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390390
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample;
391391
PRODUCT_NAME = "$(TARGET_NAME)";
392-
SWIFT_VERSION = 4.2;
392+
SWIFT_VERSION = 5.0;
393393
TARGETED_DEVICE_FAMILY = "1,2";
394394
};
395395
name = Debug;
@@ -405,7 +405,7 @@
405405
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
406406
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample;
407407
PRODUCT_NAME = "$(TARGET_NAME)";
408-
SWIFT_VERSION = 4.2;
408+
SWIFT_VERSION = 5.0;
409409
TARGETED_DEVICE_FAMILY = "1,2";
410410
};
411411
name = Release;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ⌨️ KeyboardLayoutGuide
22
*Apple's missing KeyboardLayoutGuide*
33

4-
[![Language: Swift 4](https://img.shields.io/badge/language-swift4-f48041.svg?style=flat)](https://developer.apple.com/swift)
4+
[![Language: Swift 5](https://img.shields.io/badge/language-swift5-f48041.svg?style=flat)](https://developer.apple.com/swift)
55
![Platform: iOS 9+](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat)
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![CocoaPods compatible](https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Keyboard+LayoutGuide)

0 commit comments

Comments
 (0)