[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / 8 / 4 / 9 / SDKS / 1.0.5 / SDKS.podspec.json
blobcaa495d83706976dd2ca56e456b5a01459dd0554
2   "name": "SDKS",
3   "version": "1.0.5",
4   "summary": "custom XJTest",
5   "homepage": "http://gitlab.jymeditech.com:12304/xiejie/SDKS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xiejie": "632663019@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "http://gitlab.jymeditech.com:12304/xiejie/SDKS",
18     "tag": "1.0.5"
19   },
20   "source_files": "Objc/SDKS.h",
21   "resource_bundles": {
22     "SDKS": [
23       "Objc/Widget/Resources/**/*.*",
24       "Objc/Widget/**/*.{xib,plist}",
25       "Objc/MJRefresh/**/*.bundle"
26     ]
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "AFNetworking",
32       "source_files": "Objc/AFNetworking/**/*.{h,m}"
33     },
34     {
35       "name": "Masonry",
36       "source_files": "Objc/Masonry/**/*.{h,m}"
37     },
38     {
39       "name": "MJExtension",
40       "source_files": "Objc/MJExtension/**/*.{h,m}"
41     },
42     {
43       "name": "MJRefresh",
44       "source_files": "Objc/MJRefresh/**/*.{h,m}"
45     },
46     {
47       "name": "SDWebImage",
48       "source_files": "Objc/SDWebImage/**/*.{h,m}"
49     },
50     {
51       "name": "QMUIKit",
52       "source_files": "Objc/QMUIKit/**/*.{h,m}"
53     },
54     {
55       "name": "TempSDKs",
56       "source_files": "Objc/TempSDKs/**/*.{h,m}"
57     },
58     {
59       "name": "XLPageViewController",
60       "source_files": "Objc/XLPageViewController/**/*.{h,m}"
61     },
62     {
63       "name": "JYCatagory",
64       "source_files": "Objc/JYCatagory/**/*.{h,m}"
65     },
66     {
67       "name": "TempLib",
68       "source_files": "Objc/TempLib/**/*.{h,m}"
69     },
70     {
71       "name": "Widget",
72       "source_files": "Objc/**/*.{h,m}"
73     }
74   ]