Skip to content

Commit 40227f7

Browse files
committed
Added .h files to source files in Podspec
1 parent 0fc3138 commit 40227f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CryptomatorCryptoLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.social_media_url = 'https://twitter.com/Cryptomator'
1313

1414
s.public_header_files = 'Sources/CryptomatorCryptoLib/CryptomatorCryptoLib.h'
15-
s.source_files = 'Sources/CryptomatorCryptoLib/**/*.swift'
15+
s.source_files = 'Sources/CryptomatorCryptoLib/**/*.{swift,h}'
1616
s.ios.deployment_target = '9.0'
1717
s.osx.deployment_target = '10.13'
1818
s.swift_version = '5.0'

0 commit comments

Comments
 (0)