Skip to content

Commit 469c76a

Browse files
author
Emiliano Botti
committed
Upgrades iOS platform to 11.0
1 parent 8774714 commit 469c76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNLine.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
1010

1111
s.authors = package['author']
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "10.0"
14-
s.swift_version = '5.8.1'
13+
s.platform = :ios, "11.0"
14+
s.swift_version = '5.0'
1515

1616
s.source = { :git => "" }
1717
s.source_files = "ios/**/*.{h,m,swift}"

0 commit comments

Comments
 (0)