We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20db10d commit 03dad60Copy full SHA for 03dad60
Half.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.tvos.deployment_target = '9.0'
18
s.watchos.deployment_target = '2.0'
19
20
- s.source_files = 'Sources/Half/*.swift'
+ s.source_files = 'Sources/**/*.{swift,h,c}'
21
s.swift_versions = ['4.0', '4.2', '5.0']
22
s.cocoapods_version = '>= 1.7.3'
23
0 commit comments