From 28d9df4c46361f1e2b3beb9f02253a8eec99ad77 Mon Sep 17 00:00:00 2001 From: MikePT28 Date: Mon, 19 Feb 2018 11:02:35 +0100 Subject: [PATCH] Update HaloNotificationsSDK.podspec --- HaloNotificationsSDK.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HaloNotificationsSDK.podspec b/HaloNotificationsSDK.podspec index 929bbe9..e3ec0da 100644 --- a/HaloNotificationsSDK.podspec +++ b/HaloNotificationsSDK.podspec @@ -1,22 +1,22 @@ Pod::Spec.new do |spec| spec.name = 'HaloNotificationsSDK' spec.module_name = 'HaloNotifications' - spec.version = '2.3.2' + spec.version = '2.3.7' spec.summary = 'HALO Notifications iOS SDK' spec.homepage = 'https://mobgen.github.io/halo-documentation/ios_home.html' spec.license = 'Apache License, Version 2.0' spec.author = { 'Borja Santos-Diez' => 'borja.santos@mobgen.com' } - spec.source = { :http => 'https://github.com/mobgen/halo-notifications-ios/archive/2.3.2.zip' } + spec.source = { :http => 'https://github.com/mobgen/halo-notifications-ios/archive/2.3.7.zip' } spec.platforms = { :ios => '8.0' } spec.requires_arc = true spec.ios.framework = 'UserNotifications' - spec.ios.vendored_frameworks = 'halo-notifications-ios-2.3.2/Frameworks/Firebase/**/*.framework' + spec.ios.vendored_frameworks = 'halo-notifications-ios-2.3.7/Frameworks/Firebase/**/*.framework' spec.ios.vendored_libraries = - spec.source_files = 'halo-notifications-ios-2.3.2/Source/**/*.swift' - spec.resources = ['halo-notifications-ios-2.3.2/Sounds/*'] + spec.source_files = 'halo-notifications-ios-2.3.7/Source/**/*.swift' + spec.resources = ['halo-notifications-ios-2.3.7/Sounds/*'] spec.dependency 'HaloSDK' -end \ No newline at end of file +end