Skip to content

Commit 63061a4

Browse files
committed
- Update pod spec to swift 5.0
1 parent 5639908 commit 63061a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FloatRatingView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Pod::Spec.new do |spec|
1010
spec.source_files = 'FloatRatingView.swift'
1111
spec.platform = :ios, '8.0'
1212
spec.requires_arc = true
13-
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
13+
spec.swift_version = '5.0'
1414
end

0 commit comments

Comments
 (0)