Skip to content

Commit

Permalink
Update iOS deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Dec 12, 2020
1 parent 96ac496 commit 4fd6fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EARestrictedScrollView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { 'Evgeny Aleksandrov' => 'evgeny@aleksandrov.ws' }
s.social_media_url = 'https://twitter.com/ealeksandrov'

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/ealeksandrov/EARestrictedScrollView.git', :tag => s.version.to_s }
s.source_files = 'Source/*.swift'

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "EARestrictedScrollView",
platforms: [
.iOS(.v8),
.iOS(.v9),
],
products: [
.library(
Expand Down

0 comments on commit 4fd6fef

Please sign in to comment.