Skip to content

Commit

Permalink
Release 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BineTech committed Feb 8, 2020
1 parent c2d4d3b commit a353391
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Passbase/1.7.7/Passbase.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# 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.7'
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.dependency 'Sentry'
spec.vendored_frameworks = 'Passbase.framework'

end

0 comments on commit a353391

Please sign in to comment.