-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPhylloConnect.podspec
More file actions
21 lines (14 loc) · 921 Bytes
/
PhylloConnect.podspec
File metadata and controls
21 lines (14 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = 'PhylloConnect'
spec.version = '0.3.8'
spec.summary = 'Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your iOS app.'
spec.description = 'Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your iOS app. Connect SDK manages work platform authentication (credential validation, multi-factor authentication, error handling, etc).'
spec.homepage = 'https://github.com/getphyllo/phyllo-connect-ios'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = {'Phyllo' => 'phyl@getphyllo.com'}
spec.source = { :git => 'https://github.com/getphyllo/phyllo-connect-ios.git', :tag => spec.version.to_s }
spec.vendored_frameworks = "PhylloConnect.xcframework"
spec.platform = :ios
spec.swift_version = '4.2'
spec.ios.deployment_target = '12.0'
end