Skip to content

Commit

Permalink
Update SDK version and podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Feb 1, 2019
1 parent 757666c commit 8009c15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions Iterable-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8009c15

Please sign in to comment.