[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / f / ZipArchiveFork / 1.3.0 / ZipArchiveFork.podspec.json
blobbfcc5eba31aee5cf6bff81656d895cca38346889
2   "name": "ZipArchiveFork",
3   "version": "1.3.0",
4   "summary": "Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
5   "description": "SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, 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.0"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "tvos": "9.0",
21     "osx": "10.6",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SSZipArchive/*.m",
26     "SSZipArchive/*.h",
27     "SSZipArchive/minizip/*",
28     "SSZipArchive/aes/*"
29   ],
30   "public_header_files": "SSZipArchive/*.h",
31   "libraries": "z",
32   "requires_arc": true