[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.5.14 / XTlib.podspec.json
blobd966083c256f852d2370fda18f6c2a5bc305ea2f
2   "name": "XTlib",
3   "version": "1.5.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.5.14"
20   },
21   "default_subspecs": "base",
22   "subspecs": [
23     {
24       "name": "base",
25       "source_files": [
26         "XTlib/XTlib",
27         "XTlib/XTlib/Base",
28         "XTlib/XTlib/Base/**/*.{h,m}",
29         "XTlib/XTlib/Base/**/**/*.{h,m}"
30       ],
31       "public_header_files": [
32         "XTlib/XTlib/*.h",
33         "XTlib/XTlib/Base/*.h",
34         "XTlib/XTlib/Base/header/*.h",
35         "XTlib/XTlib/Base/**/**/*.h"
36       ],
37       "dependencies": {
38         "XTFMDB": [
39           ">2.0.0"
40         ],
41         "XTReq": [
42           ">1.3.0"
43         ],
44         "XTColor": [
46         ],
47         "ReactiveObjC": [
49         ],
50         "Masonry": [
52         ],
53         "SDWebImage": [
55         ],
56         "SSZipArchive": [
58         ],
59         "MJRefresh": [
61         ],
62         "Valet": [
63           "2.4.2"
64         ],
65         "RxWebViewController": [
67         ],
68         "CYLTableViewPlaceHolder": [
70         ],
71         "FTPopOverMenu": [
73         ],
74         "YYModel": [
76         ],
77         "SVProgressHUD": [
79         ]
80       }
81     },
82     {
83       "name": "Animations",
84       "source_files": "XTlib/XTlib/Components/Animations",
85       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
86       "dependencies": {
87         "XTlib/base": [
89         ]
90       }
91     },
92     {
93       "name": "CustomUIs",
94       "source_files": [
95         "XTlib/XTlib/Components/CustomUIs",
96         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
97       ],
98       "public_header_files": [
99         "XTlib/XTlib/Components/CustomUIs/*.h",
100         "XTlib/XTlib/Components/CustomUIs/**/*.h"
101       ],
102       "resources": "XTlib/XTlib/Components/CustomUIs/**/*.png",
103       "dependencies": {
104         "XTlib/base": [
106         ]
107       }
108     }
109   ]