Skip to content

Commit c65564f

Browse files
authored
Update Futura.podspec
1 parent 03e9082 commit c65564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Futura.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
99
s.author = { 'Kacper Kaliński' => 'kacper.kalinski@miquido.com' }
1010
s.source = { :git => 'https://github.com/miquido/futura.git', :tag => s.version }
11-
s.source_files = 'Sources/Futura/*.swift'
11+
s.source_files = 'Sources/Futura/**/*.swift'
1212

1313
s.ios.deployment_target = '10.0'
1414
s.osx.deployment_target = '10.12'

0 commit comments

Comments
 (0)