[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.4.0 / XTlib.podspec.json
blob2513493ad234e352cde9f2567e9d44335a285076
2   "name": "XTlib",
3   "version": "1.4.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.4.0"
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": "base",
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": "Animations",
72       "source_files": "XTlib/XTlib/Components/Animations",
73       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
74       "dependencies": {
75         "XTlib/base": [
77         ]
78       }
79     },
80     {
81       "name": "CustomUIs",
82       "source_files": [
83         "XTlib/XTlib/Components/CustomUIs",
84         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
85       ],
86       "public_header_files": [
87         "XTlib/XTlib/Components/CustomUIs/*.h",
88         "XTlib/XTlib/Components/CustomUIs/**/*.h"
89       ],
90       "resources": "XTlib/XTlib/Components/CustomUIs/**/*.png",
91       "dependencies": {
92         "XTlib/base": [
94         ]
95       }
96     }
97   ]