[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / VOKUtilities / 0.13.0 / VOKUtilities.podspec.json
blob3b7c5aad446ea4360cc4175ef4cefe5dbe331709
2   "name": "VOKUtilities",
3   "version": "0.13.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.13.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "osx": "10.9",
21     "watchos": "3.0"
22   },
23   "requires_arc": true,
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": "VOKSwiftHelpers",
48       "source_files": "Pod/VOKSwiftHelpers/*.swift"
49     },
50     {
51       "name": "UIColor+VOKAL",
52       "platforms": {
53         "ios": "8.0",
54         "tvos": "9.0",
55         "watchos": "3.0"
56       },
57       "source_files": "Pod/UIColor+VOKAL/*.{h,m}"
58     },
59     {
60       "name": "VOKIBHelpers",
61       "platforms": {
62         "ios": "8.0",
63         "tvos": "9.0"
64       },
65       "source_files": "Pod/VOKIBHelpers/*.{h,m}"
66     },
67     {
68       "name": "UIView+VOKDebug",
69       "platforms": {
70         "ios": "8.0",
71         "tvos": "9.0"
72       },
73       "source_files": "Pod/UIView+VOKDebug/*.{h,m}"
74     },
75     {
76       "name": "UIView+VOKCircle",
77       "platforms": {
78         "ios": "8.0",
79         "tvos": "9.0"
80       },
81       "source_files": "Pod/UIView+VOKCircle/*.{h,m}"
82     },
83     {
84       "name": "UIViewController+VOKKeyboard",
85       "platforms": {
86         "ios": "8.0"
87       },
88       "source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
89     },
90     {
91       "name": "VOKEmailHelper",
92       "platforms": {
93         "ios": "8.0"
94       },
95       "source_files": "Pod/VOKEmailHelper/*.{h,m}"
96     },
97     {
98       "name": "VOKAlertHelper",
99       "platforms": {
100         "ios": "8.0"
101       },
102       "source_files": "Pod/VOKAlertHelper/*.{h,m}"
103     },
104     {
105       "name": "VOKNavigationHelper",
106       "platforms": {
107         "ios": "8.0"
108       },
109       "source_files": "Pod/VOKNavigationHelper/*.{h,m}"
110     },
111     {
112       "name": "VOKSwiftTestingHelpers",
113       "platforms": {
114         "ios": "8.0"
115       },
116       "source_files": "Pod/VOKSwiftTestingHelpers/*.swift"
117     }
118   ]