[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / 1 / b / CategoriesKit / 0.0.3 / CategoriesKit.podspec.json
blobd293068eebc09a00100b4783f6ff2cea43960df5
2   "name": "CategoriesKit",
3   "version": "0.0.3",
4   "license": "MIT",
5   "summary": "Objective-C  Categories",
6   "homepage": "https://github.com/czpc/CategoriesKit",
7   "authors": {
8     "czps": "623320378@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/czpc/CategoriesKit.git",
12     "tag": "0.0.3"
13   },
14   "requires_arc": true,
15   "public_header_files": "CategoriesKit/CategoriesKit.h",
16   "source_files": "CategoriesKit/CategoriesKit.h",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "frameworks": "UIKit",
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "ios": {
26         "dependencies": {
27           "CategoriesKit/Core": [
29           ],
30           "CategoriesKit/UIKit": [
32           ]
33         }
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": [
39         "CategoriesKit/CategoriesKit.h",
40         "CategoriesKit/Core/*.{h,m}"
41       ]
42     },
43     {
44       "name": "UIKit",
45       "dependencies": {
46         "CategoriesKit/Core": [
48         ]
49       },
50       "source_files": [
51         "CategoriesKit/CategoriesKit.h",
52         "CategoriesKit/UIKit/*.{h,m}"
53       ]
54     }
55   ]