[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 6 / WYJKit / 2.0.1 / WYJKit.podspec.json
blob2a5a997c9b52b7a6576d971e59ed6a07920eb227
2   "name": "WYJKit",
3   "version": "2.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "public_header_files": "WYJKit/Header/**/*.{h}",
23   "source_files": "WYJKit/Header/**/*.{h,m}",
24   "dependencies": {
25     "Masonry": [
27     ],
28     "IQKeyboardManager": [
30     ]
31   },
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "WYJCategory",
36       "public_header_files": "WYJKit/WYJCategory/**/**/*.{h}",
37       "source_files": "WYJKit/WYJCategory/**/**/*.{h,m}"
38     },
39     {
40       "name": "WBaseEmpty",
41       "public_header_files": "WYJKit/WBaseEmpty/**/**/*.{h}",
42       "source_files": "WYJKit/WBaseEmpty/**/**/*.{h,m}",
43       "dependencies": {
44         "DZNEmptyDataSet": [
46         ],
47         "MJRefresh": [
49         ]
50       }
51     },
52     {
53       "name": "Utility",
54       "public_header_files": "WYJKit/Utility/**/**/*.{h}",
55       "source_files": "WYJKit/Utility/**/**/*.{h,m}"
56     }
57   ]