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 03e9082 commit c65564fCopy full SHA for c65564f
Futura.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
9
s.author = { 'Kacper Kaliński' => 'kacper.kalinski@miquido.com' }
10
s.source = { :git => 'https://github.com/miquido/futura.git', :tag => s.version }
11
- s.source_files = 'Sources/Futura/*.swift'
+ s.source_files = 'Sources/Futura/**/*.swift'
12
13
s.ios.deployment_target = '10.0'
14
s.osx.deployment_target = '10.12'
0 commit comments