diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 8abb3b7..5f59984 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - SearchTextField (1.1.2)
+ - SearchTextField (1.1.8)
DEPENDENCIES:
- SearchTextField (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- SearchTextField: a4f6f999c176d38550313c5ff1b414c7fef008a7
+ SearchTextField: 968bcacb6323238961f11312ea0fc2fe7ffb82fe
PODFILE CHECKSUM: 2bdd770887e9a7363ce347452e65a9494a6b4c3f
diff --git a/Example/Pods/Local Podspecs/SearchTextField.podspec.json b/Example/Pods/Local Podspecs/SearchTextField.podspec.json
index ebde8b1..c3d61ec 100644
--- a/Example/Pods/Local Podspecs/SearchTextField.podspec.json
+++ b/Example/Pods/Local Podspecs/SearchTextField.podspec.json
@@ -1,6 +1,6 @@
{
"name": "SearchTextField",
- "version": "1.1.2",
+ "version": "1.1.8",
"summary": "SearchTextField extends UITextField allowing you to add the autocomplete feature in a really easy way",
"description": "Even though creating the autocomplete feature over a UITextField is not a big issue, dealing with screen rotation, keyboard position, the look and feel, etc, makes this task harder than expected.\n The idea behind SearchTextField is to help you adding this feature in just a few lines of code.\nSearchTextField supports two different modes: the classic dropdown list (by default) and the inline mode perfect for autocomplete email domains as an example.",
"homepage": "https://github.com/apasccon/SearchTextField",
@@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/apasccon/SearchTextField.git",
- "tag": "1.1.2"
+ "tag": "1.1.8"
},
"platforms": {
"ios": "9.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 8abb3b7..5f59984 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - SearchTextField (1.1.2)
+ - SearchTextField (1.1.8)
DEPENDENCIES:
- SearchTextField (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- SearchTextField: a4f6f999c176d38550313c5ff1b414c7fef008a7
+ SearchTextField: 968bcacb6323238961f11312ea0fc2fe7ffb82fe
PODFILE CHECKSUM: 2bdd770887e9a7363ce347452e65a9494a6b4c3f
diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/Pods-SearchTextField_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/Pods-SearchTextField_Example.xcscheme
index 035b5d0..527fba7 100644
--- a/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/Pods-SearchTextField_Example.xcscheme
+++ b/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/Pods-SearchTextField_Example.xcscheme
@@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
@@ -36,6 +37,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/xcschememanagement.plist
index 031cabc..0814640 100644
--- a/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/Example/Pods/Pods.xcodeproj/xcuserdata/Alejandro.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -12,21 +12,10 @@
SearchTextField.xcscheme
isShown
-
+
SuppressBuildableAutocreation
-
- 940DEB8A330B442C8CDDB6B1CC001414
-
- primary
-
-
- BFAF6D30694C1DB8654DFF52BF9F5268
-
- primary
-
-
-
+
diff --git a/Example/Pods/Target Support Files/SearchTextField/Info.plist b/Example/Pods/Target Support Files/SearchTextField/Info.plist
index 7ea8235..723e593 100644
--- a/Example/Pods/Target Support Files/SearchTextField/Info.plist
+++ b/Example/Pods/Target Support Files/SearchTextField/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.2
+ 1.1.8
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/SearchTextField.xcworkspace/xcuserdata/Alejandro.xcuserdatad/UserInterfaceState.xcuserstate b/Example/SearchTextField.xcworkspace/xcuserdata/Alejandro.xcuserdatad/UserInterfaceState.xcuserstate
index d15c287..c63e2d8 100644
Binary files a/Example/SearchTextField.xcworkspace/xcuserdata/Alejandro.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/SearchTextField.xcworkspace/xcuserdata/Alejandro.xcuserdatad/UserInterfaceState.xcuserstate differ