Skip to content

Commit 90dcd31

Browse files
committed
Downgrade podspec to 15.6
1 parent 5b9675d commit 90dcd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InputMask.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.name = "InputMask"
3-
spec.version = "7.0.0"
3+
spec.version = "7.0.1"
44
spec.summary = "InputMask"
55
spec.description = "User input masking library."
66
spec.homepage = "https://github.com/RedMadRobot/input-mask-ios"
77
spec.license = "MIT"
88
spec.author = { "Egor Taflanidi" => "[email protected]" }
99
spec.source = { :git => "https://github.com/RedMadRobot/input-mask-ios.git", :tag => spec.version.to_s }
10-
spec.platform = :ios, "16.1"
10+
spec.platform = :ios, "15.6"
1111
spec.requires_arc = true
1212
spec.source_files = "Source/InputMask/InputMask/Classes/**/*"
1313
spec.swift_version = '5.7'

0 commit comments

Comments
 (0)