-
Notifications
You must be signed in to change notification settings - Fork 18
/
GigyaTfa.podspec
29 lines (24 loc) · 1.03 KB
/
GigyaTfa.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
Pod::Spec.new do |spec|
spec.name = 'GigyaTfa'
spec.version = '1.0.14'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+v1.x+TFA+Library'
spec.author = 'Gigya SAP'
spec.summary = <<-DESC
The Gigya TFA package provides the ability to
integrate native Two Factor Authentication flows
within your iOS application.
DESC
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'tfa/v1.0.14' }
spec.module_name = 'GigyaTfa'
spec.swift_version = '5.3'
spec.platform = :ios
spec.ios.deployment_target = '10.0'
spec.source_files = 'GigyaTfa/GigyaTfa/*.swift', 'GigyaTfa/GigyaTfa/*/*.swift', 'GigyaTfa/GigyaTfa/*/*/*.swift'
spec.resource_bundle = {
"GigyaTfa_Privacy" => "GigyaTfa/PrivacyInfo.xcprivacy"
}
spec.framework = 'SystemConfiguration'
spec.dependency 'Gigya'
spec.library = 'c++', 'z'
end