-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCard-iOS.podspec
More file actions
23 lines (21 loc) · 996 Bytes
/
Card-iOS.podspec
File metadata and controls
23 lines (21 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'Card-iOS'
s.version = '1.0.6'
s.summary = 'From the shelf card processing library provided by Tap Payments'
s.homepage = 'https://github.com/Tap-Payments/Card-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'o.rabie' => 'o.rabie@tap.company', 'h.sheshtawy' => 'h.sheshtawy@tap.company' }
s.source = { :git => 'https://github.com/Tap-Payments/Card-iOS.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/Card-iOS/Logic/**/*.swift'
s.resource_bundles = {
'Card-iOS_Card-iOS' => ['Sources/Card-iOS/Resources/**/*.{xcassets,json,xib,pdf,png,gif,storyboard,xcdatamodeld,lproj}']
}
s.dependency 'SwiftEntryKit'
s.dependency 'SwiftyRSA'
s.dependency 'SnapKit'
s.dependency 'SharedDataModels-iOS'
s.dependency 'TapCardScannerWebWrapper-iOS'
s.dependency 'TapFontKit-iOS'
end