[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / b / d / XTlib / 1.6.1 / XTlib.podspec.json
blob9362123cff7b12c74ed143e03c11de2253fa64dd
2   "name": "XTlib",
3   "version": "1.6.1",
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.6.1"
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       }
41     },
42     {
43       "name": "Animations",
44       "source_files": "XTlib/XTlib/Components/Animations",
45       "public_header_files": "XTlib/XTlib/Components/Animations/*.h",
46       "dependencies": {
47         "XTlib/base": [
49         ]
50       }
51     },
52     {
53       "name": "CustomUIs",
54       "source_files": [
55         "XTlib/XTlib/Components/CustomUIs",
56         "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}"
57       ],
58       "public_header_files": [
59         "XTlib/XTlib/Components/CustomUIs/*.h",
60         "XTlib/XTlib/Components/CustomUIs/**/*.h"
61       ],
62       "resources": "XTlib/XTlib/Components/CustomUIs/**/*.png",
63       "dependencies": {
64         "XTlib/base": [
66         ]
67       }
68     }
69   ]