[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 6 / 3 / Zip / 2.1.1 / Zip.podspec.json
blobbd45b833c0e568695e3d14f397afe8486e2abae6
2   "name": "Zip",
3   "version": "2.1.1",
4   "summary": "Zip and unzip files in Swift.",
5   "swift_versions": [
6     "4.2",
7     "5.0",
8     "5.1",
9     "5.3"
10   ],
11   "description": "A Swift framework for zipping and unzipping files. Simple and quick to use. Built on top of minizip.",
12   "homepage": "https://github.com/marmelroy/Zip",
13   "license": "MIT",
14   "authors": {
15     "Roy Marmelstein": "marmelroy@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/marmelroy/Zip.git",
19     "tag": "2.1.1"
20   },
21   "social_media_url": "http://twitter.com/marmelroy",
22   "platforms": {
23     "ios": "9.0",
24     "tvos": "9.0",
25     "watchos": "3.0",
26     "osx": "10.9"
27   },
28   "requires_arc": true,
29   "source_files": [
30     "Zip/*.{swift,h}",
31     "Zip/minizip/*.{c,h}",
32     "Zip/minizip/include/*.{c,h}"
33   ],
34   "public_header_files": "Zip/*.h",
35   "pod_target_xcconfig": {
36     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
37     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
38   },
39   "libraries": "z",
40   "preserve_paths": "Zip/minizip/module/module.modulemap",
41   "swift_version": "5.3"