We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0659db4 commit ce47cbeCopy full SHA for ce47cbe
2 files changed
.gitignore
@@ -7,3 +7,4 @@ DerivedData/
7
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
8
.netrc
9
/.idea
10
+/.index-build
SecurityToolkit.podspec
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
11
s.swift_version = '5'
12
13
- s.source_files = 'Sources/**'
+ s.source_files = 'Sources/**/*'
14
15
end
0 commit comments