forked from evidentidpublic/mobile-podspecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66c747a
commit 03b7239
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |