Skip to content

Commit b815d2b

Browse files
author
Kirill Makankov
committed
Changed deployment target to support iOS7.0
1 parent 1183701 commit b815d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TesseractOCRiOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.requires_arc = true
2222
s.frameworks = 'UIKit', 'Foundation'
2323

24-
s.ios.deployment_target = "8.0"
24+
s.ios.deployment_target = "7.0"
2525
s.ios.vendored_library = 'TesseractOCR/lib/*.a'
2626
s.xcconfig = { 'OTHER_LDFLAGS' => '-lstdc++ -weak_library /usr/lib/libstdc++.6.0.9.dylib',
2727
'CLANG_CXX_LIBRARY' => 'compiler-default' }

0 commit comments

Comments
 (0)