Skip to content

Commit bbc3648

Browse files
authored
Use correct xcconfig syntax for podspec (#851)
1 parent 8c0b028 commit bbc3648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppAuth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
4141
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
4242
s.requires_arc = true
4343

44-
s.xcconfig = {
44+
s.pod_target_xcconfig = {
4545
'DEFINES_MODULE' => 'YES',
4646
}
4747

0 commit comments

Comments
 (0)