-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIPificationSDK.podspec
More file actions
16 lines (14 loc) · 955 Bytes
/
Copy pathIPificationSDK.podspec
File metadata and controls
16 lines (14 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |spec|
spec.name = 'IPificationSDK'
spec.version = '2.1.14'
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.homepage = 'https://github.com/bvantagelimited/ipification-ios-cocoapods-distribution'
spec.authors = { 'IPification' => 'info@ipification.com' }
spec.summary = "IPification: No credentials, tokens, SMS OTPs, header enrichment, or face scans. A single tap with unparalleled security."
spec.description = 'IPification is the highly secure, credential-less, network-based authentication solution for frictionless user experience on mobile and IoT devices'
spec.vendored_frameworks = "IPificationSDK.xcframework"
spec.source = { :git => 'https://github.com/bvantagelimited/ipification-ios-cocoapods-distribution.git', :tag => spec.version }
spec.platform = :ios
spec.ios.deployment_target = '10.0'
spec.swift_version = '5.1'
end