[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 1 / ELZipArchive / 1.2.6 / ELZipArchive.podspec.json
blobcf0a2d5d729be7f54662320c29e5b5b11c203b7a
2   "name": "ELZipArchive",
3   "version": "1.2.6",
4   "summary": "Objective-C wrapper of the orginial ziparchive",
5   "description": "This is an Objective-C wrapper of the original ziparchive by acsolu@gmail.com.\nI added a method to extract a single entry from a zip file.",
6   "homepage": "https://github.com/eddy-lau/ELZipArchive",
7   "license": "MIT",
8   "authors": {
9     "Eddie Lau": "eddie@touchutility.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/eddy-lau/ELZipArchive.git",
16     "tag": "1.2.2"
17   },
18   "header_mappings_dir": "./minizip",
19   "source_files": [
20     "*.{h,mm}",
21     "minizip/*.{h,m}"
22   ],
23   "public_header_files": [
24     "*.h",
25     "minizip/*.h"
26   ],
27   "libraries": "z",
28   "requires_arc": false