Skip to content

Commit

Permalink
Specifies Swift 4 in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Sep 21, 2018
1 parent ba68595 commit 803d958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NSObject+Rx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.swift_version = '4.0'
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
s.source_files = "*.swift"
s.frameworks = "Foundation"
Expand Down

0 comments on commit 803d958

Please sign in to comment.