-
Notifications
You must be signed in to change notification settings - Fork 0
/
TyroApplePay.podspec
29 lines (25 loc) · 1.05 KB
/
TyroApplePay.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
27
28
29
#
# Be sure to run `pod lib lint mypod.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TyroApplePay'
s.version = '0.0.4'
s.summary = 'The Pay API SDK for iOS'
s.swift_version = '5.10'
s.description = <<-DESC
The Pay API SDK for iOS is intended to help partners to integrate seamlessly to the Pay API.
DESC
s.homepage = 'https://github.com/tyro/tyro-pay-api-ios'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'team-9and3quarters' => '[email protected]' }
s.source = { :git => 'https://github.com/tyro/tyro-pay-api-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '14.0'
s.platform = :ios, '14.0'
s.source_files = 'Sources/**/*'
s.dependency 'Factory', '~> 2.3.1'
s.dependency 'SwiftyBeaver'
end