[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 6 / 9 / JHShow / 1.2.1 / JHShow.podspec.json
blob8d0a9e3f7f3412ce3deb304499d07b4ff3bb8a5a
2   "name": "JHShow",
3   "version": "1.2.1",
4   "summary": "轻松展示Toast以及loading,添加普通弹窗以及模态方式弹窗.",
5   "description": "图文Toast、Loading.添加普通弹窗以及模态方式弹窗.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/JHShow.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "JHButton": [
32     ],
33     "JHMediator": [
35     ]
36   },
37   "public_header_files": "JHShow/JHShow/Class/*.h",
38   "source_files": "JHShow/JHShow/Class/*.{h,m}",
39   "subspecs": [
40     {
41       "name": "View",
42       "dependencies": {
43         "JHShow/Config": [
45         ]
46       },
47       "source_files": "JHShow/JHShow/Class/View/**/*",
48       "public_header_files": "JHShow/JHShow/Class/View/*.{h}"
49     },
50     {
51       "name": "Config",
52       "source_files": "JHShow/JHShow/Class/Config/**/*",
53       "public_header_files": "JHShow/JHShow/Class/Config/*.{h}"
54     },
55     {
56       "name": "VC",
57       "source_files": "JHShow/JHShow/Class/VC/**/*",
58       "public_header_files": "JHShow/JHShow/Class/VC/*.{h}"
59     }
60   ]