-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathKarteNotificationServiceExtension.podspec
26 lines (22 loc) · 1.13 KB
/
KarteNotificationServiceExtension.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
26
#
# Be sure to run `pod lib lint KarteNotificationServiceExtension.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'KarteNotificationServiceExtension'
s.version = '1.2.0'
s.summary = 'KARTE Notification Service Extension'
s.homepage = 'https://karte.io/'
s.author = { 'PLAID' => '[email protected]' }
s.documentation_url = 'https://developers.karte.io/docs/ios-sdk'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.cocoapods_version = '>= 1.10.0'
s.platform = :ios
s.ios.deployment_target = '12.0'
s.source = { :git => 'https://github.com/plaidev/karte-ios-sdk.git', :tag => "NotificationServiceExtension-#{s.version}" }
s.source_files = 'KarteNotificationServiceExtension/**/*.{swift,h,m}'
s.requires_arc = true
end