Skip to content

Commit

Permalink
Release 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BineTech committed Jan 6, 2020
1 parent 9c2f046 commit a379d8d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Passbase/1.7.5/Passbase.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Be sure to run `pod spec lint Passbase.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |spec|

spec.name = 'Passbase'
spec.version = '1.7.5'
spec.summary = 'Passbase helps you to uniquely identify your users.'
spec.description = 'Passbase completes a facial recognition and checks for a valid government identification document to uniquely identify people.'
spec.homepage = 'https://www.passbase.com'
spec.license = { type: 'custom', text: 'Passbase is Copyright 2019 Passbase, Inc. It may not be modified.' }
spec.author = { 'Mathias J. Klenk' => '[email protected]' }
spec.platform = :ios, '10.0'
spec.swift_version = '4.2'
spec.source = { :git => 'https://github.com/passbase/passbase-sdk.git', :tag => spec.version.to_s }
spec.requires_arc = true
spec.source_files = 'Passbase/**/*.{swift}'
spec.resource_bundles = {
'Passbase' => ['Passbase/**/*.{storyboard,png,gif,xcassets,ttf,xib,json,strings}']
}

spec.dependency 'ZoomAuthenticationHybrid', '~> 7.0.18'
spec.vendored_frameworks = 'Passbase.framework'

end

0 comments on commit a379d8d

Please sign in to comment.