Skip to content

Add CocoaPods support #8

Description

@abbeycode

Please add a Podspec file when you have a chance. I'm using the following locally:

Pod::Spec.new do |s|
  s.name         = "objective-zip"
  s.version      = "0.8.3"
  s.summary      = "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X."
  s.homepage     = "https://github.com/AgileBits/objective-zip"
  s.license      = "BSD 2"
  s.author       = { "Gianluca Bertani" => "gianluca@flyingdolphinstudio.com" }
  s.source       = { :git => "https://github.com/AgileBits/objective-zip.git", :commit => "c1fec432be" }
  s.ios.deployment_target = '4.0'
  s.osx.deployment_target = '10.6'
  s.source_files = 'Objective-Zip/*.{m,h}', 'MiniZip/*.{h,c}'
  s.library   = 'z'
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions