[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 8 / LTxCore / 0.0.2 / LTxCore.podspec.json
bloba40ed3168282aab6e04d44514efc605e62c32c03
2   "name": "LTxCore",
3   "version": "0.0.2",
4   "summary": "组件化管理核心模块.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxCore",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxCore.git",
15     "tag": "0.0.2"
16   },
17   "dependencies": {
18     "MJRefresh": [
19       "~> 3.1.15.3"
20     ],
21     "DZNEmptyDataSet": [
22       "~> 1.8.1"
23     ],
24     "AFNetworking": [
25       "~> 3.2.1"
26     ],
27     "Toast": [
28       "~> 4.0.0"
29     ],
30     "FMDB": [
31       "~> 2.7.2"
32     ],
33     "SSZipArchive": [
34       "~> 2.1.3"
35     ]
36   },
37   "frameworks": [
38     "Foundation",
39     "UIKit"
40   ],
41   "default_subspecs": "Controllers",
42   "subspecs": [
43     {
44       "name": "Model",
45       "source_files": "LTxCore/Model/*.{h,m}",
46       "public_header_files": "LTxCore/Model/**/*.h"
47     },
48     {
49       "name": "Utils",
50       "source_files": "LTxCore/Utils/*.{h,m}",
51       "public_header_files": "LTxCore/Utils/**/*.h",
52       "dependencies": {
53         "LTxCore/Model": [
55         ]
56       }
57     },
58     {
59       "name": "Views",
60       "source_files": "LTxCore/Views/*.{h,m}",
61       "public_header_files": "LTxCore/Views/**/*.h",
62       "dependencies": {
63         "LTxCore/Utils": [
65         ]
66       }
67     },
68     {
69       "name": "Controllers",
70       "source_files": "LTxCore/Controllers/*.{h,m}",
71       "public_header_files": "LTxCore/Controllers/**/*.h",
72       "dependencies": {
73         "LTxCore/Views": [
75         ]
76       }
77     }
78   ]