Skip to content

Commit

Permalink
podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
malt03 committed Sep 18, 2020
1 parent 896d053 commit 0e8809e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OverlappingViewsSeparator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OverlappingViewsSeparator'
s.version = '0.0.5'
s.version = '1.0.0'
s.summary = 'separate overlapping views'

s.description = <<-DESC
Expand All @@ -15,5 +15,5 @@ OverlappingViewsSeparator is a library for separate overlapping views.
s.source_files = "Sources/**/*.swift"

s.swift_version = "5.2"
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
end

0 comments on commit 0e8809e

Please sign in to comment.