Skip to content

Commit

Permalink
cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
tbehera committed Apr 9, 2019
1 parent 166e58b commit cc9df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AcuantiOSSDKV11.podspec
Expand Up @@ -22,7 +22,7 @@ SDK broken down in to small different modules so that developers can include onl
s.source = { :git => "https://github.com/Acuant/iOSSDKV11.git", :tag => "#{s.version}" }
s.ios.vendored_frameworks = "EmbeddedFrameworks/AcuantCommon.framework" , "EmbeddedFrameworks/AcuantDocumentProcessing.framework",
"EmbeddedFrameworks/AcuantFaceMatch.framework","EmbeddedFrameworks/AcuantHGLiveliness.framework","EmbeddedFrameworks/AcuantImagePreparation.framework"
s.resources = ['SampleApp/SampleApp/AcuantConfig.plist']
s.source_files = ['SampleApp/SampleApp/AcuantConfig.plist']
s.subspec 'AcuantCamera' do |acuantcamera|
acuantcamera.source_files = "AcuantCamera/AcuantCamera/*.{h,swift}"
acuantcamera.ios.vendored_frameworks = "EmbeddedFrameworks/AcuantCommon.framework","EmbeddedFrameworks/AcuantImagePreparation.framework"
Expand Down

0 comments on commit cc9df81

Please sign in to comment.