We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393ab9e commit fef4ad3Copy full SHA for fef4ad3
freerasp-react-native.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.platforms = { :ios => "11.0" }
15
s.source = { :git => "https://github.com/talsec/freerasp-react-native.git", :tag => "#{s.version}" }
16
17
- s.source_files = 'ios/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
+ s.source_files = 'ios/**/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
18
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework TalsecRuntime' }
19
s.ios.vendored_frameworks = "ios/TalsecRuntime.xcframework"
20
0 commit comments