We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9675d commit 90dcd31Copy full SHA for 90dcd31
InputMask.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |spec|
2
spec.name = "InputMask"
3
- spec.version = "7.0.0"
+ spec.version = "7.0.1"
4
spec.summary = "InputMask"
5
spec.description = "User input masking library."
6
spec.homepage = "https://github.com/RedMadRobot/input-mask-ios"
7
spec.license = "MIT"
8
spec.author = { "Egor Taflanidi" => "[email protected]" }
9
spec.source = { :git => "https://github.com/RedMadRobot/input-mask-ios.git", :tag => spec.version.to_s }
10
- spec.platform = :ios, "16.1"
+ spec.platform = :ios, "15.6"
11
spec.requires_arc = true
12
spec.source_files = "Source/InputMask/InputMask/Classes/**/*"
13
spec.swift_version = '5.7'
0 commit comments