[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 0 / b / f / SXPodCategory / 1.0.7 / SXPodCategory.podspec.json
bloba5dc6953498f97cbfae2ec952023566d55db6fec
2   "name": "SXPodCategory",
3   "version": "1.0.7",
4   "summary": "积累自己项目里常用的一些分类,简化一些系统的方法调用",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/songxing10000/SXPodCategory.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dfpo": "songxing10000@live.cn"
13   },
14   "source": {
15     "git": "https://github.com/songxing10000/SXPodCategory.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SXPodCategory/Classes/SXPodCategory.h",
22   "subspecs": [
23     {
24       "name": "NS",
25       "source_files": "SXPodCategory/Classes/NS/*"
26     },
27     {
28       "name": "UI",
29       "source_files": "SXPodCategory/Classes/UI/*",
30       "dependencies": {
31         "SXPodCategory/NS": [
33         ]
34       }
35     },
36     {
37       "name": "BaseModel",
38       "source_files": "SXPodCategory/Classes/BaseModel/*",
39       "dependencies": {
40         "YYModel": [
41           "~> 1.0.4"
42         ]
43       }
44     },
45     {
46       "name": "CustomView",
47       "source_files": "SXPodCategory/Classes/CustomView/*"
48     }
49   ]