Skip to content

Commit

Permalink
Update HaloNotificationsSDK.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePT28 authored Feb 19, 2018
1 parent 530351a commit 28d9df4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HaloNotificationsSDK.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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
end

0 comments on commit 28d9df4

Please sign in to comment.