[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 3 / WTExtension / 1.2.0 / WTExtension.podspec.json
blob530a19d30c55538484696beca9279bfb4b100a8f
2   "name": "WTExtension",
3   "version": "1.2.0",
4   "summary": "Some useful categories used in other public libraries.",
5   "homepage": "https://github.com/waterlou/WTExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "waterlou": "https://github.com/waterlou"
12   },
13   "source": {
14     "git": "https://github.com/waterlou/WTExtension.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UIImage+WTExtension",
24       "source_files": "UIImage+WTExtension/*.{h,m}",
25       "frameworks": [
26         "UIKit",
27         "QuartzCore"
28       ]
29     },
30     {
31       "name": "UIView+WTExtension",
32       "source_files": "UIView+WTExtension/*.{h,m}",
33       "frameworks": "UIKit"
34     },
35     {
36       "name": "UIView+WTLayer",
37       "source_files": "UIView+WTLayer/*.{h,m}",
38       "frameworks": [
39         "UIKit",
40         "QuartzCore"
41       ]
42     },
43     {
44       "name": "UIDevice+WTExtension",
45       "source_files": "UIDevice+WTExtension/*.{h,m}",
46       "frameworks": "UIKit"
47     },
48     {
49       "name": "UIImage+WTFilterFastBlur",
50       "source_files": "UIImage+WTFilter/UIImage+WTFilterFastBlur.{h,m}",
51       "frameworks": [
52         "UIKit",
53         "Accelerate"
54       ]
55     },
56     {
57       "name": "UIImage+WTFilterBlur",
58       "source_files": "UIImage+WTFilter/UIImage+WTFilterBlur.{h,m}",
59       "frameworks": [
60         "UIKit",
61         "CoreImage"
62       ]
63     },
64     {
65       "name": "UIImage+WTFilter",
66       "source_files": "UIImage+WTFilter/UIImage+WTFilter.h",
67       "dependencies": {
68         "WTExtension/UIImage+WTFilterFastBlur": [
70         ],
71         "WTExtension/UIImage+WTFilterBlur": [
73         ]
74       }
75     }
76   ]