Skip to content

Commit

Permalink
Chore: 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshMardiya committed Feb 3, 2022
1 parent 459bcc2 commit 9ff12f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Kvalifika/1.0.6/Kvalifika.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |spec|
spec.name = 'Kvalifika'
spec.version = '1.0.6'
spec.summary = 'Kvalifika helps you to uniquely identify your users.'
spec.description = 'Kvalifika completes a new document API integration and url changed.'
spec.homepage = 'https://www.kvalifika.com'
spec.license = 'MIT'
spec.author = "Kvalifika"
spec.platform = :ios, '11.0'
spec.swift_version = '5.0'
spec.source = { :http => "https://kvalifika-ios.s3.eu-central-1.amazonaws.com/sdk/Kvalifika-1.0.6.xcframework.zip" }
spec.requires_arc = true
spec.source_files = 'Kvalifika/**/*.{swift}'
spec.resource_bundles = {
'Kvalifika' => ['Kvalifika/**/*.{storyboard,png,gif,xcassets,ttf,xib,json,strings,bundle}']
}

spec.dependency 'FaceTecSDK', '9.3.4'
spec.vendored_frameworks = 'Kvalifika.xcframework'
end

0 comments on commit 9ff12f0

Please sign in to comment.