[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 6 / WYJKit / 2.0.5 / WYJKit.podspec.json
blob2c1e8c262f4003b7fc3f87cd51e84540f47abd49
2   "name": "WYJKit",
3   "version": "2.0.5",
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.5"
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/WYJKitHeader.{h}",
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": "Utility",
46       "public_header_files": "WYJKit/Utility/**/**/*.{h}",
47       "source_files": "WYJKit/Utility/**/**/*.{h,m}"
48     },
49     {
50       "name": "WBaseEmpty",
51       "public_header_files": "WYJKit/WBaseEmpty/**/**/*.{h}",
52       "source_files": "WYJKit/WBaseEmpty/**/**/*.{h,m}",
53       "dependencies": {
54         "DZNEmptyDataSet": [
56         ],
57         "MJRefresh": [
59         ]
60       }
61     }
62   ]