-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAuth0UniversalComponents.podspec
More file actions
22 lines (20 loc) · 1.01 KB
/
Auth0UniversalComponents.podspec
File metadata and controls
22 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'Auth0UniversalComponents'
s.version = '1.0.0'
s.summary = "Auth0 Universal Components SDK for Apple platforms"
s.description = <<-DESC
Auth0 Universal Components SDK for iOS, macOS and visionOS apps.
DESC
s.homepage = 'https://github.com/auth0/ui-components-ios'
s.license = 'Apache License 2.0'
s.authors = { 'Auth0' => 'support@auth0.com', 'Nandan Prabhu' => 'nandan.prabhup@okta.com' }
s.source = { :git => 'https://github.com/auth0/ui-components-ios.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/auth0'
s.source_files = 'Auth0UniversalComponents/**/*.swift'
s.resource_bundles = { s.name => 'Auth0UniversalComponents/PrivacyInfo.xcprivacy' }
s.swift_versions = ['5.0']
s.dependency 'Auth0', '2.16.1'
s.ios.deployment_target = '16.0'
s.osx.deployment_target = '13.0'
s.visionos.deployment_target = '1.0'
end