Skip to content

Commit 8009c15

Browse files
Update SDK version and podspec.
1 parent 757666c commit 8009c15

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Iterable-iOS-AppExtensions.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-AppExtensions"
1919
s.module_name = "IterableAppExtensions"
20-
s.version = "6.0.5"
20+
s.version = "6.0.6"
2121
s.summary = "App Extensions for Iterable SDK"
2222

2323
s.description = <<-DESC
@@ -80,8 +80,8 @@ Pod::Spec.new do |s|
8080
# s.public_header_files = "Classes/**/*.h"
8181

8282
s.pod_target_xcconfig = {
83-
'SWIFT_VERSION' => '4.1'
83+
'SWIFT_VERSION' => '4.2'
8484
}
8585

86-
s.swift_version = '4.1'
86+
s.swift_version = '4.2'
8787
end

Iterable-iOS-SDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-SDK"
1919
s.module_name = "IterableSDK"
20-
s.version = "6.0.5"
20+
s.version = "6.0.6"
2121
s.summary = "Iterable's official SDK for iOS"
2222

2323
s.description = <<-DESC
@@ -75,8 +75,8 @@ Pod::Spec.new do |s|
7575
s.source_files = "swift-sdk/**/*.{h,m,swift}"
7676

7777
s.pod_target_xcconfig = {
78-
'SWIFT_VERSION' => '4.1'
78+
'SWIFT_VERSION' => '4.2'
7979
}
8080

81-
s.swift_version = '4.1'
81+
s.swift_version = '4.2'
8282
end

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Foundation
1212
@objcMembers
1313
public final class IterableAPI : NSObject {
1414
// Current SDK Version.
15-
static let sdkVersion = "6.0.5"
15+
static let sdkVersion = "6.0.6"
1616

1717
// MARK: Initialization
1818
/// You should call this method and not call the init method directly.

0 commit comments

Comments
 (0)