[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / 1 / XJUIKit / 0.0.1 / XJUIKit.podspec.json
blobc84c37f7041688db9cf94814f49e50386bb01744
2   "name": "XJUIKit",
3   "version": "0.0.1",
4   "summary": "XJUIKit.",
5   "description": "XJUIKit: 一些自定义的封装的控件: SLButton 、 SLTextView 、 SLTextField",
6   "homepage": "https://github.com/lishengbing/XJUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lishengbing": "lishengbing@shanlinjinrong.com"
13   },
14   "source": {
15     "git": "https://github.com/lishengbing/XJUIKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "XJUIKit": [
23       "XJUIKit/Assets/*"
24     ]
25   },
26   "deprecated": true,
27   "subspecs": [
28     {
29       "name": "SLButton",
30       "source_files": "XJUIKit/Classes/SLButton/**/*"
31     },
32     {
33       "name": "SLTextField",
34       "source_files": "XJUIKit/Classes/SLTextField/**/*"
35     },
36     {
37       "name": "SLTextView",
38       "source_files": "XJUIKit/Classes/SLTextView/**/*"
39     }
40   ]