Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Set swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwirth committed Feb 4, 2018
1 parent aefffac commit 74772bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RichEditorView.podspec
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/cjwirth'

s.platform = :ios, '8.0'
s.swift_version = '4.0'
s.requires_arc = true

s.source_files = 'RichEditorView/Classes/*'
Expand Down

0 comments on commit 74772bd

Please sign in to comment.