We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2c09c commit eee20d3Copy full SHA for eee20d3
AppAuth.podspec
@@ -41,6 +41,10 @@ It follows the OAuth 2.0 for Native Apps best current practice
41
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
42
s.requires_arc = true
43
44
+ s.xcconfig = {
45
+ 'DEFINES_MODULE' => 'YES',
46
+ }
47
+
48
# Subspec for the core AppAuth library classes only, suitable for extensions.
49
s.subspec 'Core' do |core|
50
core.source_files = "Sources/AppAuthCore.h", "Sources/AppAuthCore/*.{h,m}"
0 commit comments