-
Notifications
You must be signed in to change notification settings - Fork 20
/
EmarsysNotificationService.podspec
25 lines (25 loc) · 1.24 KB
/
EmarsysNotificationService.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |spec|
spec.name = 'EmarsysNotificationService'
spec.version = '3.7.3'
spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk'
spec.license = 'Mozilla Public License 2.0'
spec.author = { 'Emarsys Technologies' => '[email protected]' }
spec.summary = 'Emarsys NotificationService'
spec.platform = :ios, '14.0'
spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', :tag => spec.version }
spec.source_files = [
'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