forked from processout/processout-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProcessOut.podspec
16 lines (16 loc) · 940 Bytes
/
ProcessOut.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'ProcessOut'
s.version = '4.18.0'
s.swift_versions = ['5.9']
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/processout/processout-ios'
s.author = 'ProcessOut'
s.summary = 'The smart router for payments. Smartly route each transaction to the relevant payment providers.'
s.source = { :git => 'https://github.com/processout/processout-ios.git', :tag => s.version.to_s }
s.frameworks = 'Foundation', 'UIKit'
s.ios.deployment_target = '13.0'
s.vendored_frameworks = "Vendor/cmark.xcframework"
s.ios.resources = 'Sources/ProcessOut/Resources/**/*'
s.source_files = 'Sources/ProcessOut/**/*.swift'
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-Xfrontend -module-interface-preserve-types-as-written' }
end