[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 6 / 9 / UnzipKit / 2.0-beta2 / UnzipKit.podspec.json
blob999dba0d7fcc529fe0edafd13eeefa44012f030b
2   "name": "UnzipKit",
3   "version": "2.0-beta2",
4   "summary": "An Objective-C zlib wrapper for compressing and decompressing Zip files",
5   "license": "BSD",
6   "homepage": "https://github.com/abbeycode/UnzipKit",
7   "authors": {
8     "Dov Frankel": "dov@abbey-code.com"
9   },
10   "social_media_url": "https://twitter.com/dovfrankel",
11   "source": {
12     "git": "https://github.com/abbeycode/UnzipKit.git",
13     "tag": "2.0-beta2"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.14"
18   },
19   "swift_versions": "5.0",
20   "libraries": "z",
21   "requires_arc": "Source/**/*",
22   "public_header_files": [
23     "Source/UnzipKit.h",
24     "Source/UZKArchive.h",
25     "Source/UZKFileInfo.h"
26   ],
27   "private_header_files": "Source/UZKFileInfo_Private.h",
28   "source_files": "Source/**/*.{h,m,swift}",
29   "exclude_files": "Resources/**/Info.plist",
30   "preserve_paths": "Scripts/generate-swift-import-header.sh",
31   "resource_bundles": {
32     "UnzipKitResources": [
33       "Resources/**/*"
34     ]
35   },
36   "script_phases": {
37     "name": "Generate UnzipKit Swift Header",
38     "script": "\"${PODS_TARGET_SRCROOT}\"/Scripts/generate-swift-import-header.sh",
39     "execution_position": "before_compile"
40   },
41   "testspecs": [
42     {
43       "name": "Tests",
44       "test_type": "unit",
45       "source_files": "Tests/*.{h,m,swift}",
46       "exclude_files": "Tests/ExtractFilesTests.m",
47       "preserve_paths": "Tests/UnzipKitTests-Bridging-Header.h",
48       "resources": [
49         "Tests/Test Data"
50       ],
51       "pod_target_xcconfig": {
52         "OTHER_CFLAGS": "$(inherited) -Wno-unguarded-availability",
53         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/Tests/UnzipKitTests-Bridging-Header.h"
54       },
55       "scheme": {
56         "environment_variables": {
57           "OS_ACTIVITY_MODE": "disable"
58         }
59       }
60     }
61   ],
62   "subspecs": [
63     {
64       "name": "minizip-lib",
65       "private_header_files": "Lib/MiniZip/*.h",
66       "source_files": "Lib/MiniZip/*.{h,c}",
67       "pod_target_xcconfig": {
68         "OTHER_CFLAGS": "$(inherited) -Wno-comma -Wno-strict-prototypes"
69       }
70     }
71   ],
72   "swift_version": "5.0"