[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 3 / WTExtension / 1.2.1 / WTExtension.podspec.json
blob26ebaccaf9bc6beabc7ba74510bbb233baaaee2d
2   "name": "WTExtension",
3   "version": "1.2.1",
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.1"
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": "UIWebView+WTExtension",
50       "source_files": "UIWebView+WTExtension/*.{h,m}",
51       "frameworks": "UIKit"
52     },
53     {
54       "name": "UIImage+WTFilterFastBlur",
55       "source_files": "UIImage+WTFilter/UIImage+WTFilterFastBlur.{h,m}",
56       "frameworks": [
57         "UIKit",
58         "Accelerate"
59       ]
60     },
61     {
62       "name": "UIImage+WTFilterBlur",
63       "source_files": "UIImage+WTFilter/UIImage+WTFilterBlur.{h,m}",
64       "frameworks": [
65         "UIKit",
66         "CoreImage"
67       ]
68     },
69     {
70       "name": "UIImage+WTFilter",
71       "source_files": "UIImage+WTFilter/UIImage+WTFilter.h",
72       "dependencies": {
73         "WTExtension/UIImage+WTFilterFastBlur": [
75         ],
76         "WTExtension/UIImage+WTFilterBlur": [
78         ]
79       }
80     }
81   ]