[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / 3 / Zip / 0.2.0 / Zip.podspec.json
blob5ce09f41410c29e1eccb80ec7c5fc37f18a03cda
2   "name": "Zip",
3   "version": "0.2.0",
4   "summary": "Zip and unzip files in Swift.",
5   "description": "A Swift framework for zipping and unzipping files. Simple and quick to use. Built on top of minizip.",
6   "homepage": "https://github.com/marmelroy/Zip",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/Zip.git",
13     "tag": "0.2.0",
14     "submodules": true
15   },
16   "social_media_url": "http://twitter.com/marmelroy",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Zip/*",
25     "Zip/minizip/*.{c,h}",
26     "Zip/minizip/aes/*.{c,h}"
27   ],
28   "public_header_files": "Zip/*.h",
29   "pod_target_xcconfig": {
30     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
31     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
32   },
33   "libraries": "z",
34   "preserve_paths": "Zip/minizip/module.modulemap"