[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / b / LTxBase / 0.0.2 / LTxBase.podspec.json
blob4496ff5bd8385353350bc240f58a074a72bfbe6d
2   "name": "LTxBase",
3   "version": "0.0.2",
4   "summary": "iOS基础组件.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxBase",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxBase.git",
15     "tag": "0.0.2",
16     "submodules": true
17   },
18   "dependencies": {
19     "MBProgressHUD": [
21     ],
22     "MJRefresh": [
24     ],
25     "DZNEmptyDataSet": [
27     ],
28     "LTxConfig": [
30     ],
31     "LTxCategories": [
33     ]
34   },
35   "frameworks": [
36     "Foundation",
37     "UIKit"
38   ],
39   "subspecs": [
40     {
41       "name": "View",
42       "source_files": "LTxBase/View/*.{h,m}",
43       "public_header_files": "LTxBase/View/*.h"
44     },
45     {
46       "name": "ViewModel",
47       "source_files": "LTxBase/ViewModel/*.{h,m}",
48       "public_header_files": "LTxBase/ViewModel/*.h"
49     },
50     {
51       "name": "Controller",
52       "source_files": "LTxBase/Controller/*.{h,m}",
53       "public_header_files": "LTxBase/Controller/*.h",
54       "dependencies": {
55         "LTxBase/View": [
57         ],
58         "LTxBase/ViewModel": [
60         ]
61       }
62     },
63     {
64       "name": "Core",
65       "source_files": "LTxBase/LTxBase.h",
66       "public_header_files": "LTxBase/LTxBase.h",
67       "dependencies": {
68         "LTxBase/Controller": [
70         ]
71       }
72     }
73   ]