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.
2 parents 401fcb0 + f334264 commit 9ae230dCopy full SHA for 9ae230d
ios/webcrypto.podspec
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
15
s.public_header_files = 'Classes/**/*.h'
16
s.source_files = [
17
'Classes/**/*',
18
- # Since we can't embed source from ../third_party/, we have create files
19
- # in ios/third_party/... that simply uses #include "../...", this is a hack!
+ # Since we can't embed source from ../third_party/, we have created files
+ # in ios/third_party/... which simply use #include "../...". This is a hack!
20
'third_party/boringssl/**/*.{c,h}',
21
'third_party/dart-sdk/**/*.{c,h}',
22
]
0 commit comments