Skip to content

Commit

Permalink
[Update] Fix library include for GZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdilorenzo committed Apr 1, 2013
1 parent 3b00b6c commit 355f209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GZIP/1.0/GZIP.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
s.source = { :git => "https://github.com/rcdilorenzo/GZIP.git", :tag => "1.0" }
s.source_files = 'GZIP/NSData+GZIP.{h,m}'
s.library = 'zlib'
s.library = 'z'
s.platform = :ios, '5.0'
s.requires_arc = true
end

0 comments on commit 355f209

Please sign in to comment.