[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 7 / d / ZippyZap / 9.0.0 / ZippyZap.podspec.json
blobff1f8b0e37b1799bc0d3660eadccbe07488a7fee
2   "name": "ZippyZap",
3   "version": "9.0.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "A ZIP file I/O library for iOS, macOS and tvOS",
9   "homepage": "https://github.com/TimOliver/ZippyZap",
10   "authors": [
11     "Glen Low",
12     "Tim Oliver"
13   ],
14   "source": {
15     "git": "https://github.com/TimOliver/ZippyZap.git",
16     "tag": "9.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.10"
22   },
23   "libraries": "z",
24   "source_files": "ZippyZap/*.{h,cpp,m,mm}",
25   "ios": {
26     "frameworks": "ImageIO"
27   },
28   "osx": {
29     "frameworks": "ApplicationServices"
30   },
31   "public_header_files": [
32     "ZippyZap/ZippyZap.h",
33     "ZippyZap/ZZArchive.h",
34     "ZippyZap/ZZArchiveEntry.h",
35     "ZippyZap/ZZConstants.h",
36     "ZippyZap/ZZError.h"
37   ]