Skip to content

Commit

Permalink
Add swift_version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
k-lpmg committed Jul 27, 2019
1 parent a68596d commit 6d6851d
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 RealmWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ Pod::Spec.new do |s|
s.ios.source_files = "Sources/**/*.swift"
s.ios.deployment_target = "8.0"

s.swift_version = '5.0'

s.dependency 'RealmSwift'
end

0 comments on commit 6d6851d

Please sign in to comment.