Skip to content

Commit

Permalink
update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Mar 27, 2024
1 parent 3d8300b commit 7b0e39f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gigya.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Gigya'
spec.version = '1.5.10'
spec.version = '1.6.0'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+SDK'
spec.author = 'Gigya SAP'
Expand All @@ -10,15 +10,17 @@ Pod::Spec.new do |spec|
your Swift application
DESC

spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'core/v1.5.10' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'core/v1.6.0' }
spec.module_name = 'Gigya'
spec.swift_version = '5.3'

# spec.platform = :ios
spec.ios.deployment_target = '10.0'
spec.ios.deployment_target = '11.0'

spec.source_files = 'GigyaSwift/*/*.swift', 'GigyaSwift/*/*/*.swift', 'GigyaSwift/*/*/*/*.swift', 'GigyaSwift/*/*/*/*/*.swift'

spec.resource_bundle = {
"Gigya_Privacy" => "GigyaSwift/PrivacyInfo.xcprivacy"
}
spec.framework = 'SystemConfiguration'
spec.library = 'c++', 'z'

Expand Down

0 comments on commit 7b0e39f

Please sign in to comment.