Skip to content

Commit

Permalink
Release 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanshikharebsft committed Mar 25, 2021
1 parent 5e38546 commit abe55a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BlueShift-iOS-Extension-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueShift-iOS-Extension-SDK"
s.version = "2.1.15"
s.version = "2.1.16"
s.summary = "iOS SDK for push notification content extension and service extension for integrating media and carousel push notifications"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Blueshift" => "success@getblueshift.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.15" }
s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.16" }
s.source_files = "BlueShift-iOS-Extension-SDK", "BlueShift-iOS-Extension-SDK/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"
s.resources = "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel,otf}"
Expand Down
2 changes: 1 addition & 1 deletion BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#ifndef ExtensionSDKVersion_h
#define ExtensionSDKVersion_h

#define kSDKVersionNumber @"2.1.15"
#define kSDKVersionNumber @"2.1.16"

#endif /* SDKVersion_h */
4 changes: 2 additions & 2 deletions BlueShift-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueShift-iOS-SDK"
s.version = "2.1.15"
s.version = "2.1.16"
s.summary = "iOS SDK for integrating push notification and analytics"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Blueshift" => "success@getblueshift.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.15" }
s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.16" }
s.exclude_files = "Classes/Exclude"
s.subspec 'Core' do |ss|
ss.source_files = "BlueShift-iOS-SDK/","BlueShift-iOS-SDK/**/*.{h,m}"
Expand Down
2 changes: 1 addition & 1 deletion BlueShift-iOS-SDK/SDKVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#ifndef SDKVersion_h
#define SDKVersion_h

#define kSDKVersionNumber @"2.1.15"
#define kSDKVersionNumber @"2.1.16"

#endif /* SDKVersion_h */
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(name: "BlueShift_iOS_SDK", url: "https://github.com/blueshift-labs/Blueshift-iOS-SDK/releases/download/2.1.15/BlueShift_iOS_SDK.xcframework.zip", checksum: "acede870954b04a043f2f5ff957e13d7869d45dccfd6fe577840bb2d7788b2fc"),
.binaryTarget(name: "BlueShift_iOS_Extension_SDK", url: "https://github.com/blueshift-labs/Blueshift-iOS-SDK/releases/download/2.1.15/BlueShift_iOS_Extension_SDK.xcframework.zip", checksum: "e44eb3bf29712ab68e8e7fae866784cf47771b3f3dec896d3100409ced8f1108"),
.binaryTarget(name: "BlueShift_iOS_SDK", url: "https://github.com/blueshift-labs/Blueshift-iOS-SDK/releases/download/2.1.16/BlueShift_iOS_SDK.xcframework.zip", checksum: "f0219d38dd85e0c19e548cefaa5257f601a4e50c38875dcfd65b8f1e33f1d08d"),
.binaryTarget(name: "BlueShift_iOS_Extension_SDK", url: "https://github.com/blueshift-labs/Blueshift-iOS-SDK/releases/download/2.1.16/BlueShift_iOS_Extension_SDK.xcframework.zip", checksum: "985cbc624d5ed694a43807e769e00c0ef5e07f0117f11a1df5fb6082adc0e613"),
]
)

0 comments on commit abe55a8

Please sign in to comment.