Skip to content

Commit 2e95527

Browse files
Foghrnystrom
authored andcommitted
Set podspec to iOS 9 (#40)
1 parent e985c53 commit 2e95527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MessageViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Pod::Spec.new do |spec|
77
spec.summary = 'Replacement for SlackTextViewController.'
88
spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => spec.version.to_s }
99
spec.source_files = 'MessageViewController/*.swift'
10-
spec.platform = :ios, '10.0'
10+
spec.platform = :ios, '9.0'
1111
spec.swift_version = '4.0'
1212
end

0 commit comments

Comments
 (0)