forked from SAP/gigya-swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GigyaAuth.podspec
26 lines (20 loc) · 936 Bytes
/
GigyaAuth.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
Pod::Spec.new do |spec|
spec.name = 'GigyaAuth'
spec.version = '1.1.1'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+Authentication+Library'
spec.author = 'Gigya SAP'
spec.summary = <<-DESC
This library enables you to use additional
authentication methods from the standard login flow
DESC
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'auth/v1.1.1' }
spec.module_name = 'GigyaAuth'
spec.swift_version = '5.3'
spec.platform = :ios
spec.ios.deployment_target = '10.0'
spec.source_files = 'GigyaAuth/GigyaAuth/*.swift', 'GigyaAuth/GigyaAuth/*/*.swift', 'GigyaAuth/GigyaAuth/*/*/*.swift'
spec.framework = 'SystemConfiguration'
spec.dependency 'Gigya' , '>= 1.2.0'
spec.library = 'c++', 'z'
end