openid / AppAuth-iOS

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-iOS
Apache License 2.0
1.72k stars 744 forks source link

Use correct xcconfig syntax for podspec #851

Closed mdmathias closed 2 months ago

mdmathias commented 2 months ago

Updates AppAuth.podspec to use the correct xcconfig syntax per the CocoaPods documentation.

Fixes #850