[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 0 / 3 / 8 / LTxCore / 0.5.7 / LTxCore.podspec.json
blob46b0054ee06f7dafe53de18fd7c303f44ed23cbb
2   "name": "LTxCore",
3   "version": "0.5.7",
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.7",
16     "submodules": true
17   },
18   "dependencies": {
19     "MBProgressHUD": [
21     ],
22     "MJRefresh": [
23       "~> 3.1.15.3"
24     ],
25     "DZNEmptyDataSet": [
26       "~> 1.8.1"
27     ],
28     "AFNetworking": [
29       "~> 3.2.1"
30     ],
31     "SSZipArchive": [
32       "~> 2.1.3"
33     ],
34     "LTxCategories": [
36     ],
37     "FMDBExtension": [
39     ]
40   },
41   "frameworks": [
42     "Foundation",
43     "UIKit"
44   ],
45   "subspecs": [
46     {
47       "name": "Model",
48       "source_files": "LTxCore/Model/*.{h,m}",
49       "public_header_files": "LTxCore/Model/*.h"
50     },
51     {
52       "name": "Utils",
53       "source_files": "LTxCore/Utils/*.{h,m}",
54       "public_header_files": "LTxCore/Utils/*.h",
55       "dependencies": {
56         "LTxCore/Model": [
58         ]
59       }
60     },
61     {
62       "name": "Views",
63       "source_files": "LTxCore/Views/*.{h,m}",
64       "public_header_files": "LTxCore/Views/*.h",
65       "dependencies": {
66         "LTxCore/Utils": [
68         ]
69       }
70     },
71     {
72       "name": "ViewModel",
73       "source_files": "LTxCore/ViewModel/*.{h,m}",
74       "public_header_files": "LTxCore/ViewModel/*.h",
75       "dependencies": {
76         "LTxCore/Utils": [
78         ]
79       }
80     },
81     {
82       "name": "Controllers",
83       "source_files": "LTxCore/Controllers/*.{h,m}",
84       "public_header_files": "LTxCore/Controllers/**/*.h",
85       "dependencies": {
86         "LTxCore/Views": [
88         ],
89         "LTxCore/ViewModel": [
91         ]
92       }
93     },
94     {
95       "name": "Core",
96       "public_header_files": "LTxCore/LTxCore.h",
97       "source_files": "LTxCore/LTxCore.h",
98       "dependencies": {
99         "LTxCore/Controllers": [
101         ]
102       }
103     }
104   ]