[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 6 / 9 / UnzipKit / 1.9 / UnzipKit.podspec.json
blob9e99a83dd7e817d73bb242246e724b41ac9d3b01
2   "name": "UnzipKit",
3   "version": "1.9",
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": "1.9"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.9"
18   },
19   "requires_arc": "Source/**/*",
20   "public_header_files": [
21     "Source/UnzipKit.h",
22     "Source/UZKArchive.h",
23     "Source/UZKFileInfo.h"
24   ],
25   "private_header_files": "Source/UZKFileInfo_Private.h",
26   "source_files": "Source/**/*.{h,m}",
27   "exclude_files": "Resources/**/Info.plist",
28   "resource_bundles": {
29     "UnzipKitResources": [
30       "Resources/**/*"
31     ]
32   },
33   "libraries": "z",
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "Tests/*.{h,m}",
39       "exclude_files": "Tests/ExtractFilesTests.m",
40       "resources": [
41         "Tests/Test Data"
42       ],
43       "pod_target_xcconfig": {
44         "OTHER_CFLAGS": "$(inherited) -Wno-unguarded-availability"
45       }
46     }
47   ],
48   "subspecs": [
49     {
50       "name": "minizip-lib",
51       "private_header_files": "Lib/MiniZip/*.h",
52       "source_files": "Lib/MiniZip/*.{h,c}",
53       "pod_target_xcconfig": {
54         "OTHER_CFLAGS": "$(inherited) -Wno-comma -Wno-strict-prototypes"
55       }
56     }
57   ]