Skip to content

Commit 7ae69f4

Browse files
author
Graham Chance
committed
fixed deploy target
1 parent 3ec79a6 commit 7ae69f4

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

MaterialTextField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialTextField"
3-
s.version = "1.0.1.3"
3+
s.version = "1.0.1.4"
44
s.summary = "Material design UITextField with animated placeholder label and error message"
55
s.homepage = "https://github.com/stephsharp/MaterialTextField"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = "Stephanie Sharp"
8-
s.platform = :ios, "10.0"
8+
s.platform = :ios, "9.0"
99
s.source = { :git => "https://github.com/stephsharp/MaterialTextField.git", :tag => "v#{s.version}" }
1010
s.source_files = "MaterialTextField"
1111
s.public_header_files = [ "MaterialTextField/MaterialTextField.h",

MaterialTextField.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
developmentRegion = English;
212212
hasScannedForEncodings = 0;
213213
knownRegions = (
214+
English,
214215
en,
215216
);
216217
mainGroup = CE58F7AF1BEBE64C0082924A;
@@ -393,6 +394,7 @@
393394
DYLIB_INSTALL_NAME_BASE = "@rpath";
394395
INFOPLIST_FILE = MaterialTextField/Info.plist;
395396
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
397+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
396398
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
397399
PRODUCT_BUNDLE_IDENTIFIER = "com.ssharp.$(PRODUCT_NAME)";
398400
PRODUCT_NAME = "$(PROJECT_NAME)";
@@ -410,6 +412,7 @@
410412
DYLIB_INSTALL_NAME_BASE = "@rpath";
411413
INFOPLIST_FILE = MaterialTextField/Info.plist;
412414
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
415+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
413416
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
414417
PRODUCT_BUNDLE_IDENTIFIER = "com.ssharp.$(PRODUCT_NAME)";
415418
PRODUCT_NAME = "$(PROJECT_NAME)";

MaterialTextField/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>0.2.1</string>
18+
<string>1.0.1.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)