Skip to content

Commit 7a781dc

Browse files
authored
Merge pull request #174 from bermudalocket/patch-1
Update podspec for Xcode 11, Swift 5.1
2 parents 131d206 + ae14e68 commit 7a781dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SwiftOCR.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "SwiftOCR"
19-
s.version = "1.1"
19+
s.version = "1.2"
2020
s.summary = "OCR engine written in swift"
2121

2222
# This description is used to generate tags and improve search results.
@@ -68,8 +68,8 @@ Pod::Spec.new do |s|
6868
# s.platform = :ios, "8.0"
6969

7070
# When using multiple platforms
71-
s.ios.deployment_target = "8.0"
72-
s.osx.deployment_target = "10.10"
71+
s.ios.deployment_target = "13.0"
72+
s.osx.deployment_target = "10.15"
7373
# s.watchos.deployment_target = "2.0"
7474
# s.tvos.deployment_target = "9.0"
7575

@@ -131,7 +131,7 @@ Pod::Spec.new do |s|
131131

132132
# s.requires_arc = true
133133

134-
s.xcconfig = { "SWIFT_VERSION" => "3.0.1" }
134+
s.xcconfig = { "SWIFT_VERSION" => "5.1.2" }
135135

136136

137137
end

0 commit comments

Comments
 (0)