Skip to content

Commit 03dad60

Browse files
Reverted unintentional breaking change
1 parent 20db10d commit 03dad60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Half.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.tvos.deployment_target = '9.0'
1818
s.watchos.deployment_target = '2.0'
1919

20-
s.source_files = 'Sources/Half/*.swift'
20+
s.source_files = 'Sources/**/*.{swift,h,c}'
2121
s.swift_versions = ['4.0', '4.2', '5.0']
2222
s.cocoapods_version = '>= 1.7.3'
2323

0 commit comments

Comments
 (0)