[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.5.3 / XTlib.podspec.json
blobcc3e2fa4fb94e514e45527a51baffd5a6836f0de
2   "name": "XTlib",
3   "version": "1.5.3",
4   "summary": "a rapid develop lib for iOS",
5   "description": "XTlib. a rapid develop lib for iOS .",
6   "homepage": "https://github.com/Akateason/XTlib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "teason": "akateason@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Akateason/XTlib.git",
19     "tag": "1.5.3"
20   },
21   "dependencies": {
22     "XTFMDB": [
23       ">2.0.0"
24     ],
25     "XTReq": [
26       ">1.3.0"
27     ],
28     "XTColor": [
30     ],
31     "ReactiveObjC": [
33     ],
34     "Masonry": [
36     ],
37     "SDWebImage": [
39     ],
40     "SSZipArchive": [
42     ],
43     "MJRefresh": [
45     ],
46     "Valet": [
47       "2.4.2"
48     ],
49     "RxWebViewController": [
51     ],
52     "CYLTableViewPlaceHolder": [
54     ]
55   },
56   "default_subspecs": "base",
57   "subspecs": [
58     {
59       "name": "base",
60       "source_files": [
61         "XTlib/XTlib",
62         "XTlib/XTlib/Base",
63         "XTlib/XTlib/Base/**/*.{h,m}",
64         "XTlib/XTlib/Base/**/**/*.{h,m}"
65       ],
66       "public_header_files": [
67         "XTlib/XTlib/*.h",
68         "XTlib/XTlib/Base/*.h",
69         "XTlib/XTlib/Base/header/*.h",
70         "XTlib/XTlib/Base/**/**/*.h"
71       ]
72     },
73     {
74       "name": "Animations",
75       "source_files": "XTlib/XTlib/Components/Animations",
76       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
77       "dependencies": {
78         "XTlib/base": [
80         ]
81       }
82     },
83     {
84       "name": "CustomUIs",
85       "source_files": [
86         "XTlib/XTlib/Components/CustomUIs",
87         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
88       ],
89       "public_header_files": [
90         "XTlib/XTlib/Components/CustomUIs/*.h",
91         "XTlib/XTlib/Components/CustomUIs/**/*.h"
92       ],
93       "resources": "XTlib/XTlib/Components/CustomUIs/**/*.png",
94       "dependencies": {
95         "XTlib/base": [
97         ]
98       }
99     }
100   ]