Skip to content

Commit 087bd71

Browse files
committed
CocoaPods 1.4.0: Use the swift_version attribute
http://blog.cocoapods.org/CocoaPods-1.4.0/#swift-version-dsl
1 parent 51b54c9 commit 087bd71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

APIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
:tag => "#{s.version}",
2424
}
2525

26-
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
26+
s.swift_version = "4.0"
2727

2828
s.license = {
2929
:type => "MIT",

0 commit comments

Comments
 (0)