Skip to content

Commit

Permalink
Fixing podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jan 21, 2013
1 parent f42445b commit f392a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Godzippa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.author = { 'Mattt Thompson' => '[email protected]' }
s.source = { :git => 'https://github.com/mattt/Godzippa.git',
:tag => '0.1.1' }
s.source_files = 'NSData+Godzippa.{h,m}'
s.source_files = 'Godzippa/NSData+Godzippa.{h,m}'
s.requires_arc = true

s.library = 'z'
end
end

0 comments on commit f392a31

Please sign in to comment.