Skip to content

Commit 964a7e7

Browse files
committed
[Update] DocumentDetector (15.0.0)
1 parent f987bad commit 964a7e7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#
2+
# Be sure to run `pod lib lint CFDocumentDetection.podspec' to ensure this is a
3+
# valid spec before submitting.
4+
#
5+
# Any lines starting with a # are optional, but their use is encouraged
6+
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7+
#
8+
9+
Pod::Spec.new do |s|
10+
s.name = 'DocumentDetector'
11+
s.version = '15.0.0'
12+
s.summary = 'DocumentDetector'
13+
s.homepage = 'https://github.com/combateafraude/iOS'
14+
s.license = { :type => 'MIT', :file => 'document-detector/LICENSE' }
15+
s.author = { '[email protected]' => '[email protected]' }
16+
s.source = { :git => 'https://github.com/combateafraude/iOS.git', :tag => s.name + "-" + s.version.to_s }
17+
18+
19+
s.swift_version = '5.3.2'
20+
s.ios.deployment_target = '13.0'
21+
s.ios.vendored_frameworks = 'document-detector/DocumentDetector.xcframework'
22+
23+
s.dependency 'TensorFlowLiteC', '2.14.0'
24+
s.dependency 'CafSolutions', '1.0.0'
25+
end

0 commit comments

Comments
 (0)