Skip to content

Commit

Permalink
[Update] CaptureSDK (1.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciesHuman committed Oct 30, 2018
1 parent 66c747a commit 03b7239
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CaptureSDK/1.0.4/CaptureSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#
# Be sure to run `pod lib lint CaptureSDK.podspec' to ensure this is a
# valid spec before submitting.
#

Pod::Spec.new do |s|
s.name = 'CaptureSDK'
s.version = '1.0.4'
s.summary = 'iOS ID capture'
s.description = 'iOS framework to capture images of ID cards for use with Evident services. '

s.homepage = 'https://www.evidentid.com/api-documentation-developers'

s.license = { :type => 'Commercial', :text => 'Commercial license, ' }
s.author = { 'gendo' => '[email protected]' }

s.source = {
:http => "https://github.com/evidentidpublic/mobile-public-podspecs-ios/releases/download/1.0.4/CaptureSDK_iOS.zip"
}

s.swift_version = '4.2'
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'CaptureSDK.framework'
s.preserve_paths = 'CaptureSDK.framework'

# s.source_files = 'CaptureSDK/Classes/**/*'
# s.libraries = 'c++'
# s.user_target_xcconfig = {
# 'CLANG_WARN_DOCUMENTATION_COMMENTS' => false
# }
# s.frameworks = 'UIKit', 'CoreMedia'

# s.resource_bundles = {
# 'CaptureSDK' => ['CaptureSDK/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 03b7239

Please sign in to comment.