From 51e195444d910e7dcb0b863ee6812da1cc24f9da Mon Sep 17 00:00:00 2001
From: "p.krasnobrovkin"
Date: Wed, 18 Nov 2020 20:26:29 +0300
Subject: [PATCH] Set Swift version to 5.0
---
BeautifulTextField.podspec | 4 ++--
Example/BeautifulTextField.xcodeproj/project.pbxproj | 4 ++--
Example/Podfile.lock | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/BeautifulTextField.podspec b/BeautifulTextField.podspec
index 18738b8..412486d 100644
--- a/BeautifulTextField.podspec
+++ b/BeautifulTextField.podspec
@@ -23,10 +23,10 @@ BeautifulTextField is just a beautiful UITextField. Easy to customize! Easy to u
# s.social_media_url = 'https://twitter.com/'
s.ios.deployment_target = '10.0'
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
s.source_files = 'BeautifulTextField/Classes/**/*'
-
+
# s.resource_bundles = {
# 'BeautifulTextField' => ['BeautifulTextField/Assets/*.png']
# }
diff --git a/Example/BeautifulTextField.xcodeproj/project.pbxproj b/Example/BeautifulTextField.xcodeproj/project.pbxproj
index a948aa8..c206931 100644
--- a/Example/BeautifulTextField.xcodeproj/project.pbxproj
+++ b/Example/BeautifulTextField.xcodeproj/project.pbxproj
@@ -190,7 +190,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/Pods/Target Support Files/Pods-BeautifulTextField_Example/Pods-BeautifulTextField_Example-frameworks.sh",
+ "${PODS_ROOT}/Target Support Files/Pods-BeautifulTextField_Example/Pods-BeautifulTextField_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BeautifulTextField/BeautifulTextField.framework",
);
name = "[CP] Embed Pods Frameworks";
@@ -199,7 +199,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BeautifulTextField_Example/Pods-BeautifulTextField_Example-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BeautifulTextField_Example/Pods-BeautifulTextField_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
1AE96D2F4F54989081E27279 /* [CP] Check Pods Manifest.lock */ = {
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 63901b5..bedcc0b 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - BeautifulTextField (0.9.10)
+ - BeautifulTextField (0.10.0)
DEPENDENCIES:
- BeautifulTextField (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- BeautifulTextField: c1af94e4326fb423011b3a78f93a95978df379a9
+ BeautifulTextField: dcb724e2d3f877306541d970867ed994ace0e416
PODFILE CHECKSUM: 745736ca01ed5de05b00a1dc5c109fc110456ff2
-COCOAPODS: 1.5.3
+COCOAPODS: 1.10.0