forked from SAP/gigya-swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GigyaTfa.podspec
27 lines (21 loc) · 964 Bytes
/
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
Pod::Spec.new do |spec|
spec.name = 'GigyaTfa'
spec.version = '1.0.13'
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.12' }
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.framework = 'SystemConfiguration'
spec.dependency 'Gigya'
spec.library = 'c++', 'z'
end