[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 1 / 7 / 6 / WYJKit / 2.0.2 / WYJKit.podspec.json
bloba2c6b8c77034ae3160f5deaf386efd5ca3410b13
2   "name": "WYJKit",
3   "version": "2.0.2",
4   "summary": "WYJKit",
5   "description": "add nav",
6   "homepage": "https://github.com/MemoryKing/WYJKit.git",
7   "license": "MIT",
8   "authors": {
9     "╰莪呮想好好宠Nǐつ ": "1091676312@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/MemoryKing/WYJKit.git",
13     "tag": "2.0.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "Masonry": [
25     ],
26     "IQKeyboardManager": [
28     ]
29   },
30   "public_header_files": "WYJKit/**/WYJKitHeader.{h}",
31   "source_files": "WYJKit/Header/**/*.{h,m}",
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "Header",
36       "public_header_files": "WYJKit/Header/**/*.{h}",
37       "source_files": "WYJKit/Header/**/*.{h,m}"
38     },
39     {
40       "name": "WYJCategory",
41       "public_header_files": "WYJKit/WYJCategory/**/**/*.{h}",
42       "source_files": "WYJKit/WYJCategory/**/**/*.{h,m}"
43     },
44     {
45       "name": "WBaseEmpty",
46       "public_header_files": "WYJKit/WBaseEmpty/**/**/*.{h}",
47       "source_files": "WYJKit/WBaseEmpty/**/**/*.{h,m}",
48       "dependencies": {
49         "DZNEmptyDataSet": [
51         ],
52         "MJRefresh": [
54         ]
55       }
56     },
57     {
58       "name": "Utility",
59       "public_header_files": "WYJKit/Utility/**/**/*.{h}",
60       "source_files": "WYJKit/Utility/**/**/*.{h,m}"
61     }
62   ]