[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.7.14 / XTlib.podspec.json
blobf8c3c215d121f214840e07e1a93b26fea179027d
2   "name": "XTlib",
3   "version": "1.7.14",
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.14"
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         "BlocksKit": [
45         ]
46       }
47     },
48     {
49       "name": "Animations",
50       "source_files": "XTlib/XTlib/Components/Animations",
51       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
52       "dependencies": {
53         "XTlib/base": [
55         ]
56       }
57     },
58     {
59       "name": "CustomUIs",
60       "source_files": [
61         "XTlib/XTlib/Components/CustomUIs",
62         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
63       ],
64       "public_header_files": [
65         "XTlib/XTlib/Components/CustomUIs/*.h",
66         "XTlib/XTlib/Components/CustomUIs/**/*.h"
67       ],
68       "resources": [
69         "XTlib/XTlib/Components/CustomUIs/**/*.png",
70         "XTlib/XTlib/Components/CustomUIs/**/**/*.png",
71         "XTlib/XTlib/Components/CustomUIs/**/*.xib"
72       ],
73       "dependencies": {
74         "XTlib/base": [
76         ],
77         "RSKImageCropper": [
79         ],
80         "CHTCollectionViewWaterfallLayout": [
82         ]
83       }
84     }
85   ]