[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.2.24 / XTlib.podspec.json
blob3f8e99982acff11fedebf966d85d5b42c4b43bfd
2   "name": "XTlib",
3   "version": "1.2.24",
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.2.24"
20   },
21   "dependencies": {
22     "XTFMDB": [
24     ],
25     "XTReq": [
27     ],
28     "XTColor": [
30     ],
31     "ReactiveObjC": [
33     ],
34     "Masonry": [
36     ],
37     "SDWebImage": [
39     ],
40     "SSZipArchive": [
42     ],
43     "MJRefresh": [
45     ],
46     "Valet": [
47       "2.4.2"
48     ],
49     "RxWebViewController": [
51     ]
52   },
53   "default_subspecs": "base",
54   "subspecs": [
55     {
56       "name": "util",
57       "source_files": [
58         "XTlib/XTlib",
59         "XTlib/XTlib/Base",
60         "XTlib/XTlib/Base/**/*.{h,m}",
61         "XTlib/XTlib/Base/**/**/*.{h,m}"
62       ],
63       "public_header_files": [
64         "XTlib/XTlib/*.h",
65         "XTlib/XTlib/Base/*.h",
66         "XTlib/XTlib/Base/header/*.h",
67         "XTlib/XTlib/Base/**/**/*.h"
68       ]
69     },
70     {
71       "name": "base",
72       "source_files": [
73         "XTlib/XTlib",
74         "XTlib/XTlib/Base",
75         "XTlib/XTlib/Base/**/*.{h,m}",
76         "XTlib/XTlib/Base/**/**/*.{h,m}"
77       ],
78       "public_header_files": [
79         "XTlib/XTlib/*.h",
80         "XTlib/XTlib/Base/*.h",
81         "XTlib/XTlib/Base/header/*.h",
82         "XTlib/XTlib/Base/**/**/*.h"
83       ]
84     },
85     {
86       "name": "Animations",
87       "source_files": [
88         "XTlib/XTlib/Components/Animations",
89         "XTlib/XTlib/Base/header",
90         "XTlib/XTlib/Base/Utils/UIkit/Adapt"
91       ],
92       "public_header_files": [
93         "XTlib/XTlib/Components/Animations/*.h",
94         "XTlib/XTlib/Base/header/*.h",
95         "XTlib/XTlib/Base/Utils/UIkit/Adapt/*.h"
96       ]
97     },
98     {
99       "name": "CustomUIs",
100       "source_files": [
101         "XTlib/XTlib/Components/CustomUIs",
102         "XTlib/XTlib/Base/header",
103         "XTlib/XTlib/Base/Utils/UIkit/Adapt"
104       ],
105       "public_header_files": [
106         "XTlib/XTlib/Components/CustomUIs/*.h",
107         "XTlib/XTlib/Base/header/*.h",
108         "XTlib/XTlib/Base/Utils/UIkit/Adapt/*.h"
109       ]
110     }
111   ]