[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 2 / ESCategory / 0.0.2 / ESCategory.podspec.json
blobee4ac31fcf6da5cbab9870f015d4c521747ef74c
2   "name": "ESCategory",
3   "version": "0.0.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.0.2"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "ESUtils": [
27       "0.0.2"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "NSArray",
33       "source_files": "ESCategory/NSArray/*.{h,m}"
34     },
35     {
36       "name": "NSAttributedString",
37       "source_files": "ESCategory/NSAttributedString/*.{h,m}"
38     },
39     {
40       "name": "UIColor",
41       "source_files": "ESCategory/UIColor/*.{h,m}"
42     },
43     {
44       "name": "NSDate",
45       "source_files": "ESCategory/NSDate/*.{h,m}"
46     },
47     {
48       "name": "NSData",
49       "source_files": "ESCategory/NSData/*.{h,m}"
50     },
51     {
52       "name": "NSDictionary",
53       "source_files": "ESCategory/NSDictionary/*.{h,m}"
54     },
55     {
56       "name": "UIView",
57       "source_files": "ESCategory/UIView/*.{h,m}"
58     },
59     {
60       "name": "UINavigationController",
61       "source_files": "ESCategory/UINavigationController/*.{h,m}"
62     },
63     {
64       "name": "UIImage",
65       "source_files": "ESCategory/UIImage/*.{h,m}"
66     },
67     {
68       "name": "NSString",
69       "source_files": "ESCategory/NSString/*.{h,m}"
70     },
71     {
72       "name": "UIDevice",
73       "source_files": "ESCategory/UIDevice/*.{h,m}"
74     },
75     {
76       "name": "UITextField",
77       "source_files": "ESCategory/UITextField/*.{h,m}"
78     },
79     {
80       "name": "NSBundle",
81       "source_files": "ESCategory/NSBundle/*.{h,m}"
82     },
83     {
84       "name": "NSUserDefaults",
85       "source_files": "ESCategory/NSUserDefaults/*.{h,m}"
86     },
87     {
88       "name": "UIApplication",
89       "source_files": "ESCategory/UIApplication/*.{h,m}"
90     }
91   ]