[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 6 / 3 / VOKUtilities / 0.10.1 / VOKUtilities.podspec.json
blob0c7e3b6f982facc5a7b061e984adc2dd264d2234
2   "name": "VOKUtilities",
3   "version": "0.10.1",
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.10.1"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "VOKKeyPathHelper",
26       "source_files": "Pod/VOKKeyPathHelper/*.{h,m}"
27     },
28     {
29       "name": "NSCalendar+VOKAL",
30       "source_files": "Pod/NSCalendar+VOKAL/*.{h,m}"
31     },
32     {
33       "name": "NSString+VOKValidation",
34       "source_files": "Pod/NSString+VOKValidation/*.{h,m}"
35     },
36     {
37       "name": "NSPredicate+VOKAL",
38       "source_files": "Pod/NSPredicate+VOKAL/*.{h,m}"
39     },
40     {
41       "name": "NSNumberFormatter+VOKAL",
42       "source_files": "Pod/NSNumberFormatter+VOKAL/*.{h,m}"
43     },
44     {
45       "name": "UIColor+VOKAL",
46       "platforms": {
47         "ios": "7.0",
48         "tvos": "9.0"
49       },
50       "source_files": "Pod/UIColor+VOKAL/*.{h,m}"
51     },
52     {
53       "name": "VOKIBHelpers",
54       "platforms": {
55         "ios": "7.0",
56         "tvos": "9.0"
57       },
58       "source_files": "Pod/VOKIBHelpers/*.{h,m}"
59     },
60     {
61       "name": "UIView+VOKDebug",
62       "platforms": {
63         "ios": "7.0",
64         "tvos": "9.0"
65       },
66       "source_files": "Pod/UIView+VOKDebug/*.{h,m}"
67     },
68     {
69       "name": "UIView+VOKCircle",
70       "platforms": {
71         "ios": "7.0",
72         "tvos": "9.0"
73       },
74       "source_files": "Pod/UIView+VOKCircle/*.{h,m}"
75     },
76     {
77       "name": "UIViewController+VOKKeyboard",
78       "platforms": {
79         "ios": "7.0"
80       },
81       "source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
82     },
83     {
84       "name": "VOKEmailHelper",
85       "platforms": {
86         "ios": "7.0"
87       },
88       "source_files": "Pod/VOKEmailHelper/*.{h,m}"
89     },
90     {
91       "name": "VOKAlertHelper",
92       "platforms": {
93         "ios": "7.0"
94       },
95       "source_files": "Pod/VOKAlertHelper/*.{h,m}"
96     },
97     {
98       "name": "VOKNavigationHelper",
99       "platforms": {
100         "ios": "7.0"
101       },
102       "source_files": "Pod/VOKNavigationHelper/*.{h,m}"
103     }
104   ]