[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 2 / ESCategory / 0.1.2 / ESCategory.podspec.json
blobb0131513143e0fba366f4cfe1d4c2d5fec0fb4ba
2   "name": "ESCategory",
3   "version": "0.1.2",
4   "summary": "some category for iOS",
5   "description": "improve efficiency for ios develop",
6   "homepage": "https://github.com/EverydayStep",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "codeLocker": "codeLockers@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/EverydayStep/ESCategory.git",
19     "tag": "0.1.2"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "ESUtils": [
27       "~> 0.0.3"
28     ],
29     "MBProgressHUD": [
30       "1.0.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "NSArray",
36       "source_files": "ESCategory/NSArray/*.{h,m}"
37     },
38     {
39       "name": "NSAttributedString",
40       "source_files": "ESCategory/NSAttributedString/*.{h,m}"
41     },
42     {
43       "name": "UIColor",
44       "source_files": "ESCategory/UIColor/*.{h,m}"
45     },
46     {
47       "name": "NSDate",
48       "source_files": "ESCategory/NSDate/*.{h,m}"
49     },
50     {
51       "name": "NSData",
52       "source_files": "ESCategory/NSData/*.{h,m}"
53     },
54     {
55       "name": "NSDictionary",
56       "source_files": "ESCategory/NSDictionary/*.{h,m}"
57     },
58     {
59       "name": "UIView",
60       "source_files": "ESCategory/UIView/*.{h,m}"
61     },
62     {
63       "name": "UINavigationController",
64       "source_files": "ESCategory/UINavigationController/*.{h,m}"
65     },
66     {
67       "name": "UIImage",
68       "source_files": "ESCategory/UIImage/*.{h,m}"
69     },
70     {
71       "name": "NSString",
72       "source_files": "ESCategory/NSString/*.{h,m}"
73     },
74     {
75       "name": "UIDevice",
76       "source_files": "ESCategory/UIDevice/*.{h,m}"
77     },
78     {
79       "name": "UITextField",
80       "source_files": "ESCategory/UITextField/*.{h,m}"
81     },
82     {
83       "name": "NSBundle",
84       "source_files": "ESCategory/NSBundle/*.{h,m}"
85     },
86     {
87       "name": "NSUserDefaults",
88       "source_files": "ESCategory/NSUserDefaults/*.{h,m}"
89     },
90     {
91       "name": "UIApplication",
92       "source_files": "ESCategory/UIApplication/*.{h,m}"
93     }
94   ]