[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.7.0 / XTlib.podspec.json
blobc7d4666beec1c7e6a4d31c5dd63b5325d8cdf6c4
2   "name": "XTlib",
3   "version": "1.7.0",
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.7.0"
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         "FDFullscreenPopGesture": [
42         ],
43         "IQKeyboardManager": [
45         ],
46         "BlocksKit": [
48         ],
49         "RSKImageCropper": [
51         ],
52         "CHTCollectionViewWaterfallLayout": [
54         ]
55       }
56     },
57     {
58       "name": "Animations",
59       "source_files": "XTlib/XTlib/Components/Animations",
60       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
61       "dependencies": {
62         "XTlib/base": [
64         ]
65       }
66     },
67     {
68       "name": "CustomUIs",
69       "source_files": [
70         "XTlib/XTlib/Components/CustomUIs",
71         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
72       ],
73       "public_header_files": [
74         "XTlib/XTlib/Components/CustomUIs/*.h",
75         "XTlib/XTlib/Components/CustomUIs/**/*.h"
76       ],
77       "resources": "XTlib/XTlib/Components/CustomUIs/**/*.png",
78       "dependencies": {
79         "XTlib/base": [
81         ]
82       }
83     }
84   ]