diff --git a/Iterable-iOS-AppExtensions.podspec b/Iterable-iOS-AppExtensions.podspec index b64b4a0ea..74fd7fd34 100644 --- a/Iterable-iOS-AppExtensions.podspec +++ b/Iterable-iOS-AppExtensions.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-AppExtensions" s.module_name = "IterableAppExtensions" - s.version = "6.0.5" + s.version = "6.0.6" s.summary = "App Extensions for Iterable SDK" s.description = <<-DESC @@ -80,8 +80,8 @@ Pod::Spec.new do |s| # s.public_header_files = "Classes/**/*.h" s.pod_target_xcconfig = { - 'SWIFT_VERSION' => '4.1' + 'SWIFT_VERSION' => '4.2' } - s.swift_version = '4.1' + s.swift_version = '4.2' end diff --git a/Iterable-iOS-SDK.podspec b/Iterable-iOS-SDK.podspec index 75d28fb5f..effe48cae 100644 --- a/Iterable-iOS-SDK.podspec +++ b/Iterable-iOS-SDK.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "Iterable-iOS-SDK" s.module_name = "IterableSDK" - s.version = "6.0.5" + s.version = "6.0.6" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC @@ -75,8 +75,8 @@ Pod::Spec.new do |s| s.source_files = "swift-sdk/**/*.{h,m,swift}" s.pod_target_xcconfig = { - 'SWIFT_VERSION' => '4.1' + 'SWIFT_VERSION' => '4.2' } - s.swift_version = '4.1' + s.swift_version = '4.2' end diff --git a/swift-sdk/IterableAPI.swift b/swift-sdk/IterableAPI.swift index 32d8973b1..88cbe2b4d 100644 --- a/swift-sdk/IterableAPI.swift +++ b/swift-sdk/IterableAPI.swift @@ -12,7 +12,7 @@ import Foundation @objcMembers public final class IterableAPI : NSObject { // Current SDK Version. - static let sdkVersion = "6.0.5" + static let sdkVersion = "6.0.6" // MARK: Initialization /// You should call this method and not call the init method directly.