[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 8 / LTxCore / 0.5.0 / LTxCore.podspec.json
blob00d413b75241030ad048d50c63ee0b34eff55cbf
2   "name": "LTxCore",
3   "version": "0.5.0",
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.5.0",
16     "submodules": true
17   },
18   "dependencies": {
19     "MJRefresh": [
20       "~> 3.1.15.3"
21     ],
22     "DZNEmptyDataSet": [
23       "~> 1.8.1"
24     ],
25     "AFNetworking": [
26       "~> 3.2.1"
27     ],
28     "Toast": [
29       "~> 4.0.0"
30     ],
31     "FMDB": [
32       "~> 2.7.2"
33     ],
34     "SSZipArchive": [
35       "~> 2.1.3"
36     ]
37   },
38   "frameworks": [
39     "Foundation",
40     "UIKit"
41   ],
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     {
79       "name": "Core",
80       "public_header_files": "LTxCore/LTxCore.h",
81       "source_files": "LTxCore/LTxCore.h",
82       "dependencies": {
83         "LTxCore/Controllers": [
85         ]
86       }
87     }
88   ]