[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 7 / 4 / WTRCompress / 0.0.2 / WTRCompress.podspec.json
blob0dd23f3089095d2f74a3f3271b24e05b02f3cdbc
2   "name": "WTRCompress",
3   "version": "0.0.2",
4   "summary": "压缩解压集合",
5   "homepage": "https://github.com/zhong015/WTRCompress.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wtr0@qq.com": "wtr0@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/zhong015/WTRCompress.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "public_header_files": "src/*.h",
21   "source_files": "src/**/*.{h,m,c}",
22   "dependencies": {
23     "UnrarKit": [
24       "2.9"
25     ],
26     "LzmaSDK-ObjC": [
28     ]
29   },
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "OTHER_CFLAGS": "$(inherited) -Wno-strict-prototypes"
33   }