Fix pod trunk push by passing --swift-version=4.0

This commit is contained in:
JP Simard
2017-11-10 15:58:21 -08:00
parent 06ece1ea8d
commit 6428297814
+2 -2
View File
@@ -112,8 +112,8 @@ display_compilation_time:
publish:
brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) swiftlint
pod trunk push SwiftLintFramework.podspec
pod trunk push SwiftLint.podspec
pod trunk push SwiftLintFramework.podspec --swift-version=4.0
pod trunk push SwiftLint.podspec --swift-version=4.0
get_version:
@echo $(VERSION_STRING)