-
Notifications
You must be signed in to change notification settings - Fork 0
/
IdsvrHaapiUIKit.podspec
26 lines (23 loc) · 1.44 KB
/
IdsvrHaapiUIKit.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
26
Pod::Spec.new do |spec|
spec.name = 'IdsvrHaapiUIKit'
spec.version = '4.4.0'
spec.license = { :type => "UNLICENSED", :file => "legal.md" }
spec.homepage = 'https://curity.io'
spec.authors = { 'Curity' => '[email protected]' }
spec.summary = 'Hypermedia Authentication API (HAAPI) UI Kit for the Curity Identity Server'
spec.description = <<-DESC
This distribution provides the iOS Hypermedia Authentication API (HAAPI)
UI Kit for the Curity Identity Server. This SDK allows iOS developers to
integrate this API into their applications for smarter, simpler login
using native UI widgets. It allows for any login method supported by the
Curity Identity Server, and strictly follows the principle of REST. The
SDK is meant to make the security aspects of consuming this API easier.
DESC
spec.documentation_url = 'https://developer.curity.io/docs/latest/index.html'
spec.social_media_url = 'https://twitter.com/curityio'
spec.swift_version = "5.0"
spec.source = { :git => 'https://github.com/curityio/ios-idsvr-haapi-ui-kit-dist.git', :tag => spec.version }
spec.vendored_frameworks = "IdsvrHaapiUIKit.xcframework"
spec.platform = :ios
spec.ios.deployment_target = '14.0'
end