From 04a42a2fa9e923fbb380909fcddbc20ad74c6d79 Mon Sep 17 00:00:00 2001 From: Jack N Date: Mon, 29 Aug 2022 15:31:43 +0700 Subject: [PATCH] add podspec --- IPificationSDK.podspec | 16 ++++++++++++++++ LICENSE | 21 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 IPificationSDK.podspec create mode 100644 LICENSE diff --git a/IPificationSDK.podspec b/IPificationSDK.podspec new file mode 100644 index 0000000..7361695 --- /dev/null +++ b/IPificationSDK.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |spec| + spec.name = 'IPificationSDK' + spec.version = '2.0.8' + 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 = '12.0' + spec.swift_version = '5.1' + + +end \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..733bab5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2019-2022 VerifyKit. http://ipification.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file