| { |
| "name": "Minizip", |
| "version": "1.0.0", |
| "summary": "Minizip framework wrapper for iOS, OSX, tvOS, and watchOS.", |
| "description": "Minizip framework wrapper for iOS, OSX, tvOS, and watchOS.\n\nProvides low-level zip file manipulation functionality.", |
| "homepage": "https://github.com/dexman/Minizip", |
| "license": "MIT", |
| "authors": { |
| "Arthur Dexter": "adexter@dexman.net" |
| }, |
| "source": { |
| "git": "https://github.com/dexman/Minizip.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.11", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "Vendor/Minizip/aes/*.{c,h}", |
| "Vendor/Minizip/{ioapi,ioapi_mem,ioapi_buf,unzip,zip}.{c,h}", |
| "Vendor/Minizip/crypt.h" |
| ], |
| "public_header_files": "Vendor/Minizip/{ioapi,unzip,zip}.h", |
| "libraries": "z" |
| } |