[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 6 / WYJKit / 1.0.4 / WYJKit.podspec.json
blob4ee19749ee18cd468a12714e8d22f26ef713a6cf
2   "name": "WYJKit",
3   "version": "1.0.4",
4   "summary": "WYJKit",
5   "description": "category and empty",
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": "1.0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "AVFoundation",
22     "WebKit"
23   ],
24   "source_files": "WYJKit/**/WYJKitHeader.{h}",
25   "public_header_files": "WYJKit/**/WYJKitHeader.{h}",
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "WYJCategory",
30       "public_header_files": "WYJKit/WYJCategory/**/*.{h}",
31       "source_files": "WYJKit/WYJCategory/**/*.{h,m}"
32     },
33     {
34       "name": "WBaseEmpty",
35       "public_header_files": "WYJKit/WBaseEmpty/**/*.{h}",
36       "source_files": "WYJKit/WBaseEmpty/**/*.{h,m}",
37       "dependencies": {
38         "DZNEmptyDataSet": [
40         ],
41         "MJRefresh": [
43         ]
44       }
45     },
46     {
47       "name": "Utility",
48       "public_header_files": "WYJKit/Utility/**/*.{h}",
49       "source_files": "WYJKit/Utility/**/*.{h,m}"
50     }
51   ]