-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProcessOutUI.podspec
More file actions
17 lines (17 loc) · 984 Bytes
/
ProcessOutUI.podspec
File metadata and controls
17 lines (17 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'ProcessOutUI'
s.version = '4.39.1'
s.swift_versions = ['5.10']
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/processout/processout-ios'
s.author = 'ProcessOut'
s.summary = 'ProcessOut prebuilt UI.'
s.source = { :git => 'https://github.com/processout/processout-ios.git', :tag => s.version.to_s }
s.frameworks = 'Foundation', 'SwiftUI'
s.ios.deployment_target = '15.0'
s.ios.resources = 'Sources/ProcessOutUI/Resources/**/*'
s.source_files = 'Sources/ProcessOutUI/**/*.swift'
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-Xfrontend -module-interface-preserve-types-as-written -enable-upcoming-feature IsolatedDefaultValues' }
s.dependency 'ProcessOut', s.version.to_s
s.dependency 'ProcessOutCoreUI', s.version.to_s
end