[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / f / ZipArchiveFork / 1.3.2 / ZipArchiveFork.podspec.json
blob1e7465d577615cbf6caf5c30f872173924e83a0b
2   "name": "ZipArchiveFork",
3   "version": "1.3.2",
4   "summary": "Utility class for zipping and unzipping files on iOS and Mac.",
5   "description": "SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.",
6   "homepage": "https://github.com/ceekay1991/ZipArchiveFork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Sam Soffes": "sam@soff.es"
13   },
14   "source": {
15     "git": "https://github.com/ceekay1991/ZipArchiveFork.git",
16     "tag": "v1.3.2"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "source_files": [
23     "SSZipArchive/*.m",
24     "SSZipArchive/*.h",
25     "SSZipArchive/minizip/*"
26   ],
27   "public_header_files": "SSZipArchive/*.h",
28   "libraries": "z",
29   "requires_arc": true