Skip to content

Commit a53bf48

Browse files
committed
Update LCPermissionsKit.podspec
1 parent 966dd7a commit a53bf48

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

LCPermissionsKit.podspec

+11-1
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,19 @@ Pod::Spec.new do |spec|
9898

9999
# spec.source_files = ["LCPermissionsKit/**/*.swift"]
100100

101-
spec.source_files = ["Sources/**/*.swift"]
101+
102+
spec.source_files = "LCPermissionsKit/**/*.{h,m,swift}"
103+
104+
105+
# spec.source_files = "LCPermissionsKit/Sources/**/*.{h,m,swift}"
102106
# spec.source_files = 'LCPermissionsKit/Private/**/*.{h,m,swift}', 'LCPermissionsKit/Pubilc/**/*.{h,m,swift}'
107+
108+
103109
# spec.source_files = "LCPermissionsKit/Public/**/*", "LCPermissionsKit/Private/**/*"
110+
111+
112+
113+
104114
# spec.exclude_files = "LCPermissionsKit/Exclude"
105115
# spec.public_header_files = 'LCPermissionsKit/Public/**/*.h', 'LCPermissionsKit/PermissionsKit.h'
106116

0 commit comments

Comments
 (0)