Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
[6.1.3] deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Nov 2, 2021
1 parent 6dac6af commit 77d4e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PresenterKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PresenterKit'
s.version = '6.1.2'
s.version = '6.1.3'
s.license = 'MIT'

s.summary = 'Custom presenters and better view controller presentation for iOS'
Expand All @@ -16,4 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'

s.requires_arc = true

s.deprecated = true
end

0 comments on commit 77d4e2c

Please sign in to comment.