[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / 6 / 3 / VOKUtilities / 0.14.0 / VOKUtilities.podspec.json
blob75062bc09eb1693d9133f769565f16d827ca483d
2   "name": "VOKUtilities",
3   "version": "0.14.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.14.0"
16   },
17   "platforms": {
18     "ios": "11.0",
19     "tvos": "9.0",
20     "osx": "10.9",
21     "watchos": "3.0"
22   },
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "VOKKeyPathHelper",
27       "source_files": "Pod/VOKKeyPathHelper/*.{h,m}"
28     },
29     {
30       "name": "NSCalendar+VOKAL",
31       "source_files": "Pod/NSCalendar+VOKAL/*.{h,m}"
32     },
33     {
34       "name": "NSString+VOKValidation",
35       "source_files": "Pod/NSString+VOKValidation/*.{h,m}"
36     },
37     {
38       "name": "NSPredicate+VOKAL",
39       "source_files": "Pod/NSPredicate+VOKAL/*.{h,m}"
40     },
41     {
42       "name": "NSNumberFormatter+VOKAL",
43       "source_files": "Pod/NSNumberFormatter+VOKAL/*.{h,m}"
44     },
45     {
46       "name": "UIColor+VOKAL",
47       "platforms": {
48         "ios": "11.0",
49         "tvos": "9.0",
50         "watchos": "3.0"
51       },
52       "source_files": "Pod/UIColor+VOKAL/*.{h,m}"
53     },
54     {
55       "name": "VOKIBHelpers",
56       "platforms": {
57         "ios": "11.0",
58         "tvos": "9.0"
59       },
60       "source_files": "Pod/VOKIBHelpers/*.{h,m}"
61     },
62     {
63       "name": "UIView+VOKDebug",
64       "platforms": {
65         "ios": "11.0",
66         "tvos": "9.0"
67       },
68       "source_files": "Pod/UIView+VOKDebug/*.{h,m}"
69     },
70     {
71       "name": "UIView+VOKCircle",
72       "platforms": {
73         "ios": "11.0",
74         "tvos": "9.0"
75       },
76       "source_files": "Pod/UIView+VOKCircle/*.{h,m}"
77     },
78     {
79       "name": "UIViewController+VOKKeyboard",
80       "platforms": {
81         "ios": "11.0"
82       },
83       "source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
84     },
85     {
86       "name": "VOKEmailHelper",
87       "platforms": {
88         "ios": "11.0"
89       },
90       "source_files": "Pod/VOKEmailHelper/*.{h,m}"
91     },
92     {
93       "name": "VOKAlertHelper",
94       "platforms": {
95         "ios": "11.0"
96       },
97       "source_files": "Pod/VOKAlertHelper/*.{h,m}"
98     },
99     {
100       "name": "VOKNavigationHelper",
101       "platforms": {
102         "ios": "11.0"
103       },
104       "source_files": "Pod/VOKNavigationHelper/*.{h,m}"
105     },
106     {
107       "name": "VOKSwiftHelpers",
108       "platforms": {
109         "ios": "11.0"
110       },
111       "source_files": "Pod/VOKSwiftHelpers/*.swift"
112     },
113     {
114       "name": "VOKSwiftTestingHelpers",
115       "platforms": {
116         "ios": "11.0"
117       },
118       "source_files": "Pod/VOKSwiftTestingHelpers/*.swift"
119     }
120   ]