[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 6 / 3 / Zip / 0.3.2 / Zip.podspec.json
blobf05d06e1eaa00ded39222500eb80fed5d7c01fa5
2   "name": "Zip",
3   "version": "0.3.2",
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.3.2",
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     "osx": "10.9"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Zip/*.{swift,h}",
26     "Zip/minizip/*.{c,h}",
27     "Zip/minizip/aes/*.{c,h}"
28   ],
29   "public_header_files": "Zip/*.h",
30   "pod_target_xcconfig": {
31     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Zip/Zip/minizip/**",
32     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Zip/Zip/"
33   },
34   "libraries": "z",
35   "preserve_paths": "Zip/minizip/module.modulemap"