diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index 96f3c3d2..c2200d25 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '3.4.0' + spec.version = '3.4.1' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } @@ -8,13 +8,18 @@ Pod::Spec.new do |spec| spec.platform = :ios, '11.0' spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', :tag => spec.version } spec.source_files = [ - 'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}', - 'Sources/Core/Categories/NSError*.{h,m}', - 'Sources/Private/**/*.{h,m}', - 'Sources/include/EMSNotificationService.h' - ] - spec.public_header_files = [ - 'Sources/include/EMSNotificationService.h' - ] + 'Sources/include/EMSNotificationService.h', + 'Sources/Private/NSError+EMSCore.h', + 'Sources/Private/EMSServiceDictionaryValidator.h', + 'Sources/Private/EMSNotificationService+Actions.h', + 'Sources/Private/EMSNotificationService+Attachment.h', + 'Sources/Private/EMSNotificationService+PushToInApp.h', + 'Sources/Private/EMSNotificationService.h', + 'Sources/Private/MEDownloader.h', + 'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}' + ] + spec.public_header_files = [ + 'Sources/include/EMSNotificationService.h' + ] spec.libraries = 'z', 'c++' end \ No newline at end of file diff --git a/EmarsysSDK.podspec b/EmarsysSDK.podspec index 8c5391b0..f8bcd14c 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '3.4.0' + spec.version = '3.4.1' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } diff --git a/Sources/EmarsysSDK/EmarsysSDKVersion.h b/Sources/EmarsysSDK/EmarsysSDKVersion.h index e9094fc8..8a456c4b 100644 --- a/Sources/EmarsysSDK/EmarsysSDKVersion.h +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"3.4.0" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"3.4.1" \ No newline at end of file