Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit f7de9ca

Browse files
committed
Updated minimum iOS version in podspec file.
1 parent 7e50f65 commit f7de9ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GSCXScanner.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88
s.homepage = "https://github.com/google/GSCXScanner"
99
s.license = "Apache License 2.0"
1010
s.author = "j-sid"
11-
s.platform = :ios, "9.0"
12-
s.source = { :git => "https://github.com/google/GSCXScanner.git", :tag => "3.0.0" }
11+
s.platform = :ios, "10.0"
12+
s.source = { :git => "https://github.com/google/GSCXScanner.git", :tag => "3.0.1" }
1313
s.source_files = "Sources/**/*.{h,m,swift}"
1414
s.resources = "Sources/**/*.{xib}"
1515
s.dependency 'GTXiLib'

0 commit comments

Comments
 (0)