Skip to content

Commit

Permalink
chore: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshMardiya committed Dec 29, 2021
1 parent 0fc1dd1 commit 459bcc2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Kvalifika/1.0.5/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.5'
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.5.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 459bcc2

Please sign in to comment.