Skip to content

Commit

Permalink
Merge pull request #174 from bermudalocket/patch-1
Browse files Browse the repository at this point in the history
Update podspec for Xcode 11, Swift 5.1
  • Loading branch information
NMAC427 authored Feb 16, 2020
2 parents 131d206 + ae14e68 commit 7a781dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftOCR.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "SwiftOCR"
s.version = "1.1"
s.version = "1.2"
s.summary = "OCR engine written in swift"

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

# When using multiple platforms
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.ios.deployment_target = "13.0"
s.osx.deployment_target = "10.15"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"

Expand Down Expand Up @@ -131,7 +131,7 @@ Pod::Spec.new do |s|

# s.requires_arc = true

s.xcconfig = { "SWIFT_VERSION" => "3.0.1" }
s.xcconfig = { "SWIFT_VERSION" => "5.1.2" }


end

0 comments on commit 7a781dc

Please sign in to comment.