Skip to content

Commit

Permalink
Fix podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 11, 2017
1 parent b6df9ea commit 7019fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GzipSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/1024jp/GzipSwift.git",
:tag => s.version }
s.source_files = 'Sources/*.swift'
s.source_files = 'Sources/Gzip/*.swift'

s.module_name = 'Gzip'
s.osx.deployment_target = '10.9'
Expand Down

0 comments on commit 7019fc7

Please sign in to comment.