[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 2.0.1 / XTlib.podspec.json
blob9491619ec487ae87d4034c5b5da17b6145572286
2   "name": "XTlib",
3   "version": "2.0.1",
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": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Akateason/XTlib.git",
19     "tag": "2.0.1"
20   },
21   "default_subspecs": "base",
22   "subspecs": [
23     {
24       "name": "base",
25       "source_files": "XTlib/XTlib",
26       "public_header_files": "XTlib/XTlib/*.h",
27       "dependencies": {
28         "XTBase": [
30         ],
31         "XTFMDB": [
32           ">2.0.0"
33         ],
34         "XTReq": [
35           ">1.3.0"
36         ],
37         "XTColor": [
39         ],
40         "XTTable": [
42         ],
43         "XTRouter": [
45         ],
46         "XTIAP": [
48         ],
49         "FDFullscreenPopGesture": [
51         ]
52       }
53     },
54     {
55       "name": "Animations",
56       "source_files": "XTlib/XTlib/Components/Animations",
57       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
58       "dependencies": {
59         "XTlib/base": [
61         ]
62       }
63     },
64     {
65       "name": "CustomUIs",
66       "source_files": [
67         "XTlib/XTlib/Components/CustomUIs",
68         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
69       ],
70       "public_header_files": [
71         "XTlib/XTlib/Components/CustomUIs/*.h",
72         "XTlib/XTlib/Components/CustomUIs/**/*.h"
73       ],
74       "resources": [
75         "XTlib/XTlib/Components/CustomUIs/**/*.png",
76         "XTlib/XTlib/Components/CustomUIs/**/**/*.png",
77         "XTlib/XTlib/Components/CustomUIs/**/*.xib"
78       ],
79       "dependencies": {
80         "XTlib/base": [
82         ],
83         "RSKImageCropper": [
85         ],
86         "CHTCollectionViewWaterfallLayout": [
88         ]
89       }
90     }
91   ]