Skip to content

Commit 13f3e68

Browse files
Podspec: add module map
1 parent 85a6a75 commit 13f3e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WSStoreKit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.platform = :ios, '11.0'
1111
s.requires_arc = true
1212
s.swift_version = '5.3'
13-
s.source_files = 'Source/**/*.{h,swift}'
13+
s.source_files = 'Source/**/*.{h,m,swift}'
14+
s.module_map = 'Source/WSStoreKit.modulemap'
1415
s.frameworks = 'StoreKit'
1516
end

0 commit comments

Comments
 (0)