Skip to content

Commit

Permalink
Replaced pod xcconfig with pod_target_xcconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Sep 28, 2017
1 parent 28a722a commit fcdbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFDateHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Pod::Spec.new do |s|

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
s.xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

end

0 comments on commit fcdbd2f

Please sign in to comment.