-
Notifications
You must be signed in to change notification settings - Fork 0
/
PassageFlex.podspec
18 lines (17 loc) · 1013 Bytes
/
PassageFlex.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'PassageFlex'
s.version = '0.3.1'
s.summary = 'Passkey Flex for Apple Platforms - Go completely passwordless with a standalone auth solution in your iOS, MacOS, and tvOS apps with Passage by 1Password'
s.description = <<-DESC
Passkey Flex for Apple Platforms - Go completely passwordless with a standalone auth solution in your iOS, MacOS, and tvOS apps with Passage by 1Password
DESC
s.homepage = 'http://docs.passage.id/flex'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Passage by 1Password' => '[email protected]' }
s.source = { :git => 'https://github.com/passageidentity/passage-flex-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '15.0'
s.swift_version = '5.0'
s.source_files = 'Sources/PassageFlex/**/*'
s.exclude_files = ['Sources/PassageFlex/PassageFlex.docc/**/*', 'docs']
s.dependency 'AnyCodable-FlightSchool'
end