Skip to content

Commit

Permalink
Merge pull request #18 from RxSwiftCommunity/fix/add-swift-version
Browse files Browse the repository at this point in the history
Added swift version to podspec + enforcing pod lib lint on test phase
  • Loading branch information
bmoliveira authored Jun 10, 2019
2 parents 720ba07 + 53ac9f2 commit 14e9c6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ DEPENDENCIES
fastlane

BUNDLED WITH
1.17.1
2.0.1
2 changes: 2 additions & 0 deletions RxReachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Pod::Spec.new do |s|

s.frameworks = 'Foundation'

s.swift_version = '5.0'

s.dependency 'ReachabilitySwift', '~> 4.3.1'
s.dependency 'RxSwift', '~> 5'
s.dependency 'RxCocoa', '~> 5'
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ platform :ios do

desc "Cocoapods lint the pod for all platforms"
private_lane :pod_lint do
pod_lib_lint(allow_warnings: true)
pod_lib_lint
end

desc "Run the tests"
Expand Down

0 comments on commit 14e9c6b

Please sign in to comment.