Skip to content

Commit 2b74113

Browse files
authored
Merge pull request #253 from temoki/fix_podspec_typo
Fix typo in the podspec file
2 parents 0afa74d + 458d943 commit 2b74113

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_xcconfigs = { "SWIFT_VERSION" => "4.0" }
26+
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
2727

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

0 commit comments

Comments
 (0)