[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 1 / ELZipArchive / 1.2.2 / ELZipArchive.podspec.json
blob19fd8aea459ed2facffec0277df2f9f308bfc557
2   "name": "ELZipArchive",
3   "version": "1.2.2",
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   "source_files": [
19     "*.{h,mm}",
20     "minizip/*.{h,m}"
21   ],
22   "libraries": "z",
23   "requires_arc": false