[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 6 / 3 / Zip / 0.8.0 / Zip.podspec.json
blob9ba706bc0c0507ff8806a0ebeefed4d75180188e
2   "name": "Zip",
3   "version": "0.8.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.8.0"
14   },
15   "social_media_url": "http://twitter.com/marmelroy",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "watchos": "2.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Zip/*.{swift,h}",
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",
35   "pushed_with_swift_version": "3.0"