Skip to content

Commit

Permalink
Change deployment target to iOS 8.0
Browse files Browse the repository at this point in the history
Bump podspec version.
  • Loading branch information
cemolcay committed Jun 16, 2016
1 parent 19999fc commit 5f442c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyboardLayoutEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "KeyboardLayoutEngine"
s.version = "0.9.1"
s.version = "0.9.2"
s.summary = "⌨️ Simplest custom keyboard generator for iOS ever!"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -336,7 +336,7 @@ optional func defaultKeyboardDidPressReturnButton(defaultKeyboard: DefaultKeyboa
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.9.1" }
s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.9.2" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 2 additions & 0 deletions KeyboardLayoutEngine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = KeyboardLayoutEngine/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = co.prototapp.KeyboardLayoutEngine;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -790,6 +791,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = KeyboardLayoutEngine/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = co.prototapp.KeyboardLayoutEngine;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 5f442c4

Please sign in to comment.