Skip to content

Commit

Permalink
Update podspec\nBump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 8, 2021
1 parent 0acfdea commit f6414f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MockUserDefaults.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MockUserDefaults"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "Mocking UserDefaults for tests"

s.description = <<-DESC
Expand All @@ -13,10 +13,10 @@ Pod::Spec.new do |s|
s.author = { "417.72KI" => "[email protected]" }
s.social_media_url = "https://twitter.com/417_72ki"

s.ios.deployment_target = "10.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "10.0"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.14"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "11.0"

s.requires_arc = true

Expand Down

0 comments on commit f6414f2

Please sign in to comment.