From 16c357af057deb8ba4127fb68dddfa34d927f9a1 Mon Sep 17 00:00:00 2001 From: Ketan Chopda Date: Tue, 9 Jul 2019 10:36:33 +0530 Subject: [PATCH] - Swift 5.0 update - Podspec version update --- README.md | 2 +- SSCalendar/SSCalendar.xcodeproj/project.pbxproj | 5 +++-- SSCalendarControl.podspec | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3ddf4c..d094991 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ SSCalendarControl is small and highly customizable calendar control written in s # Meta - Distributed under the MIT license. See LICENSE for more information. -[swift-image]:https://img.shields.io/badge/swift-4.0-orange.svg +[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg [swift-url]: https://swift.org/ [license-image]: https://img.shields.io/badge/License-MIT-blue.svg [license-url]: LICENSE diff --git a/SSCalendar/SSCalendar.xcodeproj/project.pbxproj b/SSCalendar/SSCalendar.xcodeproj/project.pbxproj index 09f073d..eb8b873 100644 --- a/SSCalendar/SSCalendar.xcodeproj/project.pbxproj +++ b/SSCalendar/SSCalendar.xcodeproj/project.pbxproj @@ -228,6 +228,7 @@ TargetAttributes = { 73FCF2B9227C4E30002625FD = { CreatedOnToolsVersion = 10.1; + LastSwiftMigration = 1020; }; }; }; @@ -462,7 +463,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.simform.SSCalendar; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -481,7 +482,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.simform.SSCalendar; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; diff --git a/SSCalendarControl.podspec b/SSCalendarControl.podspec index 02d78f9..e72c258 100644 --- a/SSCalendarControl.podspec +++ b/SSCalendarControl.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "SSCalendarControl" - spec.version = "1.0.1" + spec.version = "2.0.0" spec.summary = "A simple and lightweight calendar control written in swift." # This description is used to generate tags and improve search results. @@ -39,7 +39,7 @@ Pod::Spec.new do |spec| spec.platform = :ios spec.ios.deployment_target = "10.0" - spec.swift_version = '4.2' + spec.swift_version = '5.0' spec.source = { :git => "https://github.com/simformsolutions/SSCalendar.git", :tag => "#{spec.version}" }