[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / VOKUtilities / 0.16.0 / VOKUtilities.podspec.json
blob067da59e67c2a40166e248783358f91ba1955a59
2   "name": "VOKUtilities",
3   "version": "0.16.0",
4   "summary": "Assorted category and utility classes for iDevelopment",
5   "homepage": "https://github.com/vokal/VOKUtilities",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vokal": "ios@vokal.io"
12   },
13   "source": {
14     "git": "https://github.com/vokal/VOKUtilities.git",
15     "tag": "0.16.0"
16   },
17   "platforms": {
18     "ios": "11.0",
19     "tvos": "9.0",
20     "osx": "10.9",
21     "watchos": "3.0"
22   },
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "VOKKeyPathHelper",
28       "source_files": "Pod/VOKKeyPathHelper/*.{h,m}"
29     },
30     {
31       "name": "NSCalendar+VOKAL",
32       "source_files": "Pod/NSCalendar+VOKAL/*.{h,m}"
33     },
34     {
35       "name": "NSString+VOKValidation",
36       "source_files": "Pod/NSString+VOKValidation/*.{h,m}"
37     },
38     {
39       "name": "NSPredicate+VOKAL",
40       "source_files": "Pod/NSPredicate+VOKAL/*.{h,m}"
41     },
42     {
43       "name": "NSNumberFormatter+VOKAL",
44       "source_files": "Pod/NSNumberFormatter+VOKAL/*.{h,m}"
45     },
46     {
47       "name": "UIColor+VOKAL",
48       "platforms": {
49         "ios": "11.0",
50         "tvos": "9.0",
51         "watchos": "3.0"
52       },
53       "source_files": "Pod/UIColor+VOKAL/*.{h,m}"
54     },
55     {
56       "name": "VOKIBHelpers",
57       "platforms": {
58         "ios": "11.0",
59         "tvos": "9.0"
60       },
61       "source_files": "Pod/VOKIBHelpers/*.{h,m}"
62     },
63     {
64       "name": "UIView+VOKDebug",
65       "platforms": {
66         "ios": "11.0",
67         "tvos": "9.0"
68       },
69       "source_files": "Pod/UIView+VOKDebug/*.{h,m}"
70     },
71     {
72       "name": "UIView+VOKCircle",
73       "platforms": {
74         "ios": "11.0",
75         "tvos": "9.0"
76       },
77       "source_files": "Pod/UIView+VOKCircle/*.{h,m}"
78     },
79     {
80       "name": "UIViewController+VOKKeyboard",
81       "platforms": {
82         "ios": "11.0"
83       },
84       "source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
85     },
86     {
87       "name": "VOKEmailHelper",
88       "platforms": {
89         "ios": "11.0"
90       },
91       "source_files": "Pod/VOKEmailHelper/*.{h,m}"
92     },
93     {
94       "name": "VOKAlertHelper",
95       "platforms": {
96         "ios": "11.0"
97       },
98       "source_files": "Pod/VOKAlertHelper/*.{h,m}"
99     },
100     {
101       "name": "VOKNavigationHelper",
102       "platforms": {
103         "ios": "11.0"
104       },
105       "source_files": "Pod/VOKNavigationHelper/*.{h,m}"
106     },
107     {
108       "name": "VOKSwiftHelpers",
109       "platforms": {
110         "ios": "11.0"
111       },
112       "source_files": "Pod/VOKSwiftHelpers/*.swift"
113     },
114     {
115       "name": "VOKSwiftTestingHelpers",
116       "platforms": {
117         "ios": "11.0"
118       },
119       "source_files": "Pod/VOKSwiftTestingHelpers/*.swift"
120     }
121   ]