File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "SwiftOCR"
19
- s . version = "1.1 "
19
+ s . version = "1.2 "
20
20
s . summary = "OCR engine written in swift"
21
21
22
22
# This description is used to generate tags and improve search results.
@@ -68,8 +68,8 @@ Pod::Spec.new do |s|
68
68
# s.platform = :ios, "8.0"
69
69
70
70
# 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 "
73
73
# s.watchos.deployment_target = "2.0"
74
74
# s.tvos.deployment_target = "9.0"
75
75
@@ -131,7 +131,7 @@ Pod::Spec.new do |s|
131
131
132
132
# s.requires_arc = true
133
133
134
- s . xcconfig = { "SWIFT_VERSION" => "3.0.1 " }
134
+ s . xcconfig = { "SWIFT_VERSION" => "5.1.2 " }
135
135
136
136
137
137
end
You can’t perform that action at this time.
0 commit comments