Skip to content

Commit

Permalink
Downgrade podspec to 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Apr 4, 2023
1 parent 5b9675d commit 90dcd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InputMask.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "InputMask"
spec.version = "7.0.0"
spec.version = "7.0.1"
spec.summary = "InputMask"
spec.description = "User input masking library."
spec.homepage = "https://github.com/RedMadRobot/input-mask-ios"
spec.license = "MIT"
spec.author = { "Egor Taflanidi" => "et@redmadrobot.com" }
spec.source = { :git => "https://github.com/RedMadRobot/input-mask-ios.git", :tag => spec.version.to_s }
spec.platform = :ios, "16.1"
spec.platform = :ios, "15.6"
spec.requires_arc = true
spec.source_files = "Source/InputMask/InputMask/Classes/**/*"
spec.swift_version = '5.7'
Expand Down

0 comments on commit 90dcd31

Please sign in to comment.