Skip to content

Commit

Permalink
Added swift version to podspec, removed old .swift-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
raspu committed Dec 16, 2018
1 parent 680a84a commit 3d1a50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 2 additions & 0 deletions Highlightr.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '8.0'

s.swift_version = '4.2'

s.requires_arc = true

s.source_files = 'Pod/Classes/**/*.{swift}'
Expand Down

0 comments on commit 3d1a50a

Please sign in to comment.