[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 3 / TDforkZipArchive / 1.3.2 / TDforkZipArchive.podspec.json
blob4974fcc1890488e33eb7878f5712a43fd201aeb9
2   "name": "TDforkZipArchive",
3   "version": "1.3.2",
4   "summary": "An Objective C class for zip/unzip on iPhone and Mac OS X.",
5   "description": "ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code \"MiniZip\".\n\nIt can be used for iPhone application development, and cocoa on Mac OSX as well.",
6   "homepage": "https://github.com/mattconnolly/ZipArchive",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Unknown Name": "acsolu@gmail.com",
13     "Matt Connolly": "matt.connolly@me.com"
14   },
15   "source": {
16     "git": "https://github.com/TechD-Robin/TDforkZipArchive.git",
17     "tag": "1.3.2"
18   },
19   "source_files": [
20     "ARCMacros.h",
21     "ZipArchive.{h,m}",
22     "minizip/crypt.{h,c}",
23     "minizip/ioapi.{h,c}",
24     "minizip/mztools.{h,c}",
25     "minizip/unzip.{h,c}",
26     "minizip/zip.{h,c}"
27   ],
28   "public_header_files": "*.h",
29   "libraries": "z",
30   "requires_arc": false,
31   "compiler_flags": "-Dunix"