[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 8 / LTxCore / 0.0.1 / LTxCore.podspec.json
blobb3a46ca84b8773bc08a5b0a2ad55bf36b2ec5416
2   "name": "LTxCore",
3   "version": "0.0.1",
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.1"
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   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "default_subspecs": "Controllers",
36   "subspecs": [
37     {
38       "name": "Model",
39       "source_files": "LTxCore/Model/*.{h,m}",
40       "public_header_files": "LTxCore/Model/**/*.h"
41     },
42     {
43       "name": "Utils",
44       "source_files": "LTxCore/Utils/*.{h,m}",
45       "public_header_files": "LTxCore/Utils/**/*.h",
46       "dependencies": {
47         "LTxCore/Model": [
49         ]
50       }
51     },
52     {
53       "name": "Views",
54       "source_files": "LTxCore/Views/*.{h,m}",
55       "public_header_files": "LTxCore/Views/**/*.h",
56       "dependencies": {
57         "LTxCore/Utils": [
59         ]
60       }
61     },
62     {
63       "name": "Controllers",
64       "source_files": "LTxCore/Controllers/*.{h,m}",
65       "public_header_files": "LTxCore/Controllers/**/*.h",
66       "dependencies": {
67         "LTxCore/Views": [
69         ]
70       }
71     }
72   ]